We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only the string type of partition is wrapped in quotes, The "date" type in the partition is not quoted
aws-glue-catalog-sync-agent-for-hive/src/main/java/com/amazonaws/services/glue/catalog/HiveGlueCatalogSyncAgent.java
Lines 271 to 276 in 6dd7217
It cause AthenaJDBC Error for hive statement like alter table t1 add if not exists partition(date='2021-11-11')
alter table t1 add if not exists partition(date='2021-11-11')
The text was updated successfully, but these errors were encountered:
awslabs#12 add quotes for date type
0ec10eb
Fixing Issue #12
a5c3cf0
Adding support for quoted string and date types, with unit test
This is fixed in version 1.3.1-SNAPSHOT.
Sorry, something went wrong.
No branches or pull requests
Only the string type of partition is wrapped in quotes, The "date" type in the partition is not quoted
aws-glue-catalog-sync-agent-for-hive/src/main/java/com/amazonaws/services/glue/catalog/HiveGlueCatalogSyncAgent.java
Lines 271 to 276 in 6dd7217
It cause AthenaJDBC Error for hive statement like
alter table t1 add if not exists partition(date='2021-11-11')
The text was updated successfully, but these errors were encountered: