Details
Description
We can set timeout for SQL queries:
- Using SqlFieldsQuery.timeout property (for certain query)
- Using "sql.defaultQueryTimeout" distributed property (default for all queries)
But Calcite-based SQL query engine ignore these timeouts. Only possible timeout supported by the new engine is planning timeout. We should support execution timeouts too.
Attachments
Issue Links
- links to