-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL executionexternal
Description
To reproduce
reproducible on demo:
SELECT cast(timestamp as LONG) AS timestamp, symbol::SYMBOL AS "ID",round(avg(price))::LONG AS "Evt1"
FROM 'trades'
WHERE timestamp IN '2025-05-24';
Fails at:
questdb/core/src/main/java/io/questdb/griffin/engine/functions/columns/SymbolColumn.java
Line 97 in 75335d3
| assert !symbolTableStatic || getStaticSymbolTable() != null; |
QuestDB version:
9.0.2
OS, in case of Docker specify Docker and the Host OS:
N/A
File System, in case of Docker specify Host File System:
N/A
Full Name:
Nick Woolmer
Affiliation:
QuestDB
Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?
- Yes, I have
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL executionexternal