ThalesGroup / incubator-superset

Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application. This is a fork to enhance its capabilities to include features like Data Connector for Elastic Search , REST Endpoint; linkable dashboards
Apache License 2.0
2 stars 5 forks source link

Fix: [MIQ-2130] Issues with publisher when value is 0 #268

Closed shmsr closed 5 years ago

shmsr commented 5 years ago

CATEGORY

Choose one

SUMMARY

When '0' is published through a column, WHERE clause was dropped. Hence for 0, it wasn't working. For other numbers, it was working. After the fix, conversion to string is taken care of which fixes the error of not publishing when the value is 0.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

REVIEWERS