patrashu opened a new pull request, #234:
URL: https://github.com/apache/flink-connector-jdbc/pull/234

   …ition.boundary-query
   
   Introduces AbstractDynamicSplitterEnumerator, a base class for 
SplitterEnumerator implementations that must open a database connection at job 
runtime to discover their splits, and BoundaryQuerySplitterEnumerator, its 
first implementation - it derives split boundaries by running a user-provided 
SQL query instead of a statically-known numeric range, per FLIP-602.
   
   Wiring these into scan.partition.boundary-query as a public table/ 
DataStream API option is left to a follow-up PR/JIRA (ST-5).


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