Re: [EXTERNAL] Re: Case-insensitive schemas

2024-07-31 Thread Lessard, Steve
-insensitive schemas [CAUTION: External Email] Steve, I replied on the PR, but the gist is that you're right. Using a schema that has fields that would be considered identical in a case insensitive context will fail at runtime. That's the right behavior because Iceberg can't co

Re: Case-insensitive schemas

2024-07-31 Thread Ryan Blue
Steve, I replied on the PR, but the gist is that you're right. Using a schema that has fields that would be considered identical in a case insensitive context will fail at runtime. That's the right behavior because Iceberg can't control the case sensitivity of applications or engines. Ryan On We

Case-insensitive schemas

2024-07-31 Thread Lessard, Steve
Is there some kind of configuration or metadata flag that hints whether a Schema is intended to be used case-sensitive or case-insensitive? In my PR for adding case-insensitivity support to PartitionSpec Steven Wu asked: caseI