BIGINT not filterable when using Presto as datasource
See original GitHub issueI am required to cast bigint to int to make it filterable.
cast("my_bigint_column" AS INTEGER)
The logs show no error and SQL labs says:
The query returned no data
Superset Version: 0.37.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
BIGINT not filterable when using Presto as datasource #11219
I am required to cast bigint to int to make it filterable. cast("my_bigint_column" AS INTEGER). The logs show no error and SQL labs...
Read more >[GitHub] [incubator-superset] mistercrunch commented on issue ...
[GitHub] [incubator-superset] mistercrunch commented on issue #11219: BIGINT not filterable when using Presto as datasource.
Read more >[GitHub] [incubator-superset] stevensuting commented on issue ...
[GitHub] [incubator-superset] stevensuting commented on issue #11219: BIGINT not filterable when using Presto as datasource.
Read more >Improving the Presto planner for better push down and data ...
First, Presto only supports predicate push down through connector provided methods. If Presto needs to push down a set of operations (for ...
Read more >Using Advanced SQL Features In Presto | Starburst
No more data silos, departmental copies. ○. Query data with the existing skills and tools - SQL + BI tools. ○. Query any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
#bug
to this issue, with a confidence of 0.88. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
Presto version: 0.232 This is a Presto issue and not Superset.