xiaotianzhang01 opened a new issue #3523: URL: https://github.com/apache/iceberg/issues/3523
Set the write order of the table to be case sensitive, use WRITE ORDERED BY? Should the default value be changed to false It is not case-sensitive when creating the table, but it is case-sensitive here ``` ALTER TABLE lo_iceberg WRITE ORDERED BY s_city; org.apache.iceberg.exceptions.ValidationException: Cannot find field 's_city' in struct: struct<1: LO_ORDERKEY: optional long, 2: LO_LINENUMBER: optional long, 3: LO_CUSTKEY: optional int, 4: LO_PARTKEY: optional int, 5: LO_SUPPKEY: optional int, 6: LO_ORDERDATE: optional int, 7: LO_ORDERPRIOTITY: optional string, 8: LO_SHIPPRIOTITY: optional int, 9: LO_QUANTITY: optional long, 10: LO_EXTENDEDPRICE: optional long, 11:.... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
