-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Partition by should not quote the items #201
Comments
For now I have created my own macro of config_cols. New version without quoting:
|
Hi @Conq1 , dremio usually accepts double quotes around object names (I just tested a partitioned table creation with partition by ("mycol")), are you sure the error is not coming from another problem, maybe a misnamed column ? |
Yes @fabrice-etanchaud . Problem is when you want to use partition-transformation like truncate(1, "mycol"): |
Thank you @Conq1 , I understand. You are right, the solution may be to remove the systematic double quoting, and let the user decide. |
I'm facing the same issue. Any progress on implementing this? |
Describe the enhancement requested
I would like to use the features of Iceberg partition transformation, but when adding them to "partition_by" in config they get quotes surrounding each item, meaning the create table will fail.
Justification for this enhancement
Partition transformation is a powerful Iceberg feature.
The text was updated successfully, but these errors were encountered: