chenqin opened a new pull request, #21660:
URL: https://github.com/apache/flink/pull/21660

   ## What is the purpose of the change
   
   To externalize Hive connector, we propose moving flink-sql-parser-hive into 
hive connector to maintain and release together. Given related class were code 
generated and less flexible to refactor, we propose adding a naive wrapper 
facade to proxy field or method calls in flink-sql-parser-hive.
   
   Once FLINK-30659 complete, we would remove flink-sql-parser-hive depdency 
completely from table-planner as related classed will be implemented in new 
flink-connector-hive-parent project.
   
   ## Brief change log
   - change  flink-sql-parser-hive in table-planner to provided, add 
flink-sql-parser-hive dependency to flink-connector-hive
   - add FlinkParserWrapper facade so that table-planner can build and run 
during flink-sql-parser-hive migration
   - adding FlinkParserWrapper unit tests
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   flink-connector-hive
   
   This change added tests and can be verified as follows:
   e2e tests should run
   flink-connector-hive test should pass
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
   


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to