d4r3topk commented on issue #4661: URL: https://github.com/apache/iceberg/issues/4661#issuecomment-2059838101
This issue has not been resolved yet for V2 API. I have a table where one of the columns is "region" and "region" is also part of the partition spec. I run a query with spark sql - `INSERT OVERWRITE db_name.table_name PARTITION(region = 'us-east-1') SELECT * FROM data`. This leads to Error: `An error occurred while calling o190.sql. Invalid schema: multiple fields for name region: 16 and 17` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org