Elbehery opened a new pull request, #16598:
URL: https://github.com/apache/iceberg/pull/16598

   Kafka Connect: Follow-up identifier field validations and error contract 
alignment
       
         * Reject the combination of `schema-force-optional=true` and 
`id-columns` at
           two levels:
           - At startup with `ConfigException` when `default-id-columns` is set 
globally.
           - At runtime with `DataException` for per-table `id-columns` 
overrides.
         * Align `RecordUtils.createTableWriter` to throw `DataException` (with
           consistent message format) instead of `IllegalArgumentException` 
when a
           configured `id-column` is missing from an existing table schema.
       
       Signed-off-by: elbehery [[email protected]]
   
   cc @laskoviymishka 


-- 
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]

Reply via email to