Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with e-notation (Unable to parse: ParserError("Expected end of statement, found: E")) #9190

Open
itestyoy opened this issue Feb 6, 2025 · 0 comments
Labels
question The issue is a question. Please use Stack Overflow for questions.

Comments

@itestyoy
Copy link

itestyoy commented Feb 6, 2025

Hi! When we use e-notation with numbers, we get an error

Unable to parse: ParserError("Expected end of statement, found: E")
{
  "sql": "-- Metabase:: userID: 1 queryType: MBQL queryHash: af99f3614c13379e0088da2c90a15eebd93a777672dc3ba0cec8b6145e4761a9\nSELECT COUNT(*) AS \"count\" FROM \"public\".\"analytical_events_properties\" WHERE \"public\".\"analytical_events_properties\".\"event_id\" = 6.544696572843E+13"
}
{
  "securityContext": {},
  "appName": "Metabase v0.52.8 [9c5a5480-f15c-4690-9d42-943d3648829a]",
  "protocol": "postgres",
  "apiType": "sql"
} 

cube 1.1.18
sql push down = false

@itestyoy itestyoy added the question The issue is a question. Please use Stack Overflow for questions. label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue is a question. Please use Stack Overflow for questions.
Projects
None yet
Development

No branches or pull requests

1 participant