You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/06 08:58:37 UTC

[GitHub] [flink] beyond1920 opened a new pull request, #19373: Add a QA about how to handle exception when use hive parser in hive dialect document

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

   ## What is the purpose of the change
   
   Add a notice about how to handle hive compatibility problem in hive_dialect documentation 
   
   
   ## Brief change log
   
     - hive_dialect.md
   
   
   ## Verifying this change
    - N/a
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] MartijnVisser commented on a diff in pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
MartijnVisser commented on code in PR #19373:
URL: https://github.com/apache/flink/pull/19373#discussion_r843805602


##########
docs/content/docs/connectors/table/hive/hive_dialect.md:
##########
@@ -430,3 +430,5 @@ The following are some precautions for using the Hive dialect.
 location is only supported in Hive-2.4.0 or later.
 - Use [HiveModule]({{< ref "docs/connectors/table/hive/hive_functions" >}}#use-hive-built-in-functions-via-hivemodule)
 to run DML and DQL.
+- Swap flink-table-planner-loader located in /lib with flink-table-planner_2.12 located in /opt to avoid the following exception. Please see [FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for more details.

Review Comment:
   ```suggestion
   - Since Flink 1.15 you need to swap flink-table-planner-loader located in /lib with flink-table-planner_2.12 located in /opt to avoid the following exception. Please see [FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for more details.
   ```



-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 commented on pull request #19373: Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1090026758

   Hi, @MartijnVisser, please have a look at the pr when you have time, thanks a lot.


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1090089130

   @flinkbot run azure


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 merged pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 merged PR #19373:
URL: https://github.com/apache/flink/pull/19373


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1090233728

   @MartijnVisser Thanks a lot.


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1090234205

   @flinkbot run azure


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] beyond1920 commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
beyond1920 commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1091192790

   release-1.15: 2c89b6463f4cbecf9c3772377df82793319832ed
   @MartijnVisser 
   


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] MartijnVisser commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
MartijnVisser commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1091196048

   Awesome :) 


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #19373: Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1090032246

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "684c4d318ecc7810bcfc42a90eb63807b6e8b9cf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "684c4d318ecc7810bcfc42a90eb63807b6e8b9cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 684c4d318ecc7810bcfc42a90eb63807b6e8b9cf UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@flink.apache.org

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


[GitHub] [flink] MartijnVisser commented on pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

Posted by GitBox <gi...@apache.org>.
MartijnVisser commented on PR #19373:
URL: https://github.com/apache/flink/pull/19373#issuecomment-1091168413

   @beyond1920 Will you also create a backport to `release-1.15` ?


-- 
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-unsubscribe@flink.apache.org

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