You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2022/06/30 01:46:00 UTC

[jira] [Comment Edited] (FLINK-26603) [Umbrella] Decouple Hive with Flink planner

    [ https://issues.apache.org/jira/browse/FLINK-26603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560780#comment-17560780 ] 

luoyuxia edited comment on FLINK-26603 at 6/30/22 1:45 AM:
-----------------------------------------------------------

After PR[19920|[https://github.com/apache/flink/pull/19920]] , the point 1 will be fixed.

And for point 2 and point3, there has been a poc pr [[19077|https://github.com/apache/flink/pull/19077]|[https://github.com/apache/flink/pull/19077]], [[19156|https://github.com/apache/flink/pull/19156]|[https://github.com/apache/flink/pull/19156]


was (Author: luoyuxia):
After PR[19920|[https://github.com/apache/flink/pull/19920]] , the point 1 will be fixed.

And for point 2 and point3, there has been a poc pr [[19077|https://github.com/apache/flink/pull/19077]|[https://github.com/apache/flink/pull/19077]], [[19156|https://github.com/apache/flink/pull/19156]|[https://github.com/apache/flink/pull/19156]].

> [Umbrella] Decouple Hive with Flink planner
> -------------------------------------------
>
>                 Key: FLINK-26603
>                 URL: https://issues.apache.org/jira/browse/FLINK-26603
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Hive, Table SQL / Planner
>            Reporter: luoyuxia
>            Priority: Major
>             Fix For: 1.16.0
>
>
> To support Hive dialect with Flink, we have implemented FLIP-123, FLIP-152.
> But it also brings much maintenance burden and complexity for it mixes some logic specific to Hive with Flink planner. We should remove such logic from Flink planner and make it totally decouple with Flink planner.
> With this ticket, we expect:
> 1:  there won't be any specific logic to Hive in planner module
> 2:  remove  flink-sql-parser-hive from flink-table module 
> 3:  remove the planner dependency in flink-connector-hive
> I'll update more details after investigation.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)