sgedward commented on PR #10721: URL: https://github.com/apache/gravitino/pull/10721#issuecomment-4331553075
Hi @FANNG1, I totally agree with your suggestion. I have removed the connector/server-side Paimon logic checking and pushed it down to the Paimon server for verification. * All `bucket-key` and `bucket` situations go to `hash()` distribution (including `bucket:-1`). * `Bucket` key only goes to `hash()`. * `bucket-key` only goes to `Auto()`, even if it should be rejected by Paimon. * No `bucket-key` or `bucket` config goes to `None`. -- 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]
