rionmonster opened a new pull request, #1748:
URL: https://github.com/apache/fluss/pull/1748

   ### Purpose
   Linked issue: close #1745 
   
   Per Issue https://github.com/apache/fluss/issues/1745, this pull request 
updates the handling of custom properties during Flink-based table creation, 
which previously would include _all_ properties as custom instead non-Fluss 
related properties.
   
   ### Brief change log
   
   Updated the `FlinkConversions.toFlussTable(...)` function to identify any 
properties found within the configuration that were _not_ explicitly related to 
Fluss tables to properly distinguish between Fluss and non-Fluss (i.e. custom) 
properties.
   
   ### Tests
   
   Added a new `FlinkConversionsTest.testTableConversionForCustomProperties` 
test case from the original issue that reproduced the issue and verified 
successful identification of both Fluss and custom properties.
   
   ### API and Format
   
   N/A
   
   ### Documentation
   
   N/A
   


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

Reply via email to