Skip to content

Dask-SQL not wrapping partition value in quotes #179

@gallamine

Description

@gallamine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions