huyuanfeng2018 commented on issue #8265:
URL: https://github.com/apache/hudi/issues/8265#issuecomment-1627766770

   > > flink-table-planner has been removed from the classpath since flink1.15
   > 
   > Then how the classes in flink-table-planner is loaded then, can we do 
similiar loadings in Hudi side?
   
   This logic is executed when flink graph is built, not in jobmanager (except 
application-mode). The classpath running hudi-related logic does not load 
table-planner by default, because table-planner passes flink-table since 
flink1.15 -planner-loader dynamically loads flink-table-planner at runtime 
(because table-planner is not necessarily bound to blink), obviously hudi binds 
the sort implementation of blink in the code, so I think hudi may need to try 
to copy SortCodeGenerator related logic (I am not sure)
   
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to