question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BIGINT not filterable when using Presto as datasource

See original GitHub issue

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 says: The query returned no data

Superset Version: 0.37.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
issue-label-bot[bot]commented, Oct 9, 2020

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.

0reactions
stevensutingcommented, Oct 16, 2020

Presto version: 0.232 This is a Presto issue and not Superset.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found