Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8.0
-
None
Description
TBH I am not sure if this is a bug.
When trying to set a session option and I specify the name in a different case the alter command fails. Considering the way we store session options this might be an invalid bug but considering how typical Database hints and options work this is a bug.
0: jdbc:drill:> alter SESSION set `STORE.PARQUET.COMPRESSION`='GZIP'; Query failed: SetOptionException: Unknown option: STORE.PARQUET.COMPRESSION Error: exception while executing query: Failure while executing query. (state=,code=0)
Attachments
Attachments
Issue Links
- incorporates
-
DRILL-6430 Drill Should Not Fail If It Sees Deprecated Options Stored In Zookeeper Or Locally
- Resolved