Hello, I am querying a Hive table that is partitioned using string values that look like a date -YYYY-MM-DD. My create_table command fails with a HiveSQLException because the - isn't being escaped.
For example:
[SQL: DESCRIBE FORMATTED schema.table PARTITION (partition_col=2019-01-21)]
this should instead read partition_col="2019-01-21".
I am using dask-sql==0.3.6