geserdugarov opened a new issue, #17980: URL: https://github.com/apache/hudi/issues/17980
### Task Description **What needs to be done:** We need to remove default values for record key and precombine key on Flink side. Those values are hardly dependent from user table schema, and actually couldn't be set as some defaults. **Why this task is needed:** https://github.com/apache/hudi/pull/6681 removed `uuid` default value for record key on Spark side. https://github.com/apache/hudi/pull/12600 removed `ts` default value for precombine key on Flink side. But those default values are still presented on Flink side. ### Task Type Code improvement/refactoring ### Related Issues No related issues. -- 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]
