-
Notifications
You must be signed in to change notification settings - Fork 13.7k
[FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception #19241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@gaoyunhaii Hi, Yun, can u help me to review this pr? |
gaoyunhaii
approved these changes
May 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chucheng92 for the PR! LGTM
gaoyunhaii
pushed a commit
that referenced
this pull request
May 20, 2022
…w exception This closes #19241.
gaoyunhaii
pushed a commit
that referenced
this pull request
May 20, 2022
…w exception This closes #19241.
JasonLeeCoding
pushed a commit
to JasonLeeCoding/flink
that referenced
this pull request
May 27, 2022
…w exception This closes apache#19241.
huangxiaofeng10047
pushed a commit
to huangxiaofeng10047/flink
that referenced
this pull request
Jun 6, 2022
…w exception This closes apache#19241.
dusukang
pushed a commit
to dusukang/flink
that referenced
this pull request
Jun 7, 2022
…w exception This closes apache#19241.
dusukang
pushed a commit
to dusukang/flink
that referenced
this pull request
Jun 7, 2022
…qlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd)
dusukang
pushed a commit
to dusukang/flink
that referenced
this pull request
Jun 7, 2022
…qlCatalog This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK
dusukang
pushed a commit
to dusukang/flink
that referenced
this pull request
Jun 8, 2022
…qlCatalog This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK
dusukang
pushed a commit
to dusukang/flink
that referenced
this pull request
Jun 8, 2022
…qlCatalog This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd) [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/AbstractJdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/JdbcCatalogUtils.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/MySqlCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalog.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactory.java modified: ../../../../../../../../../main/java/org/apache/flink/connector/jdbc/catalog/factory/JdbcCatalogFactoryOptions.java modified: ../../../../../../../../../../../../pom.xml modified: JdbcCatalogFactory.java fix MySqlCatalog [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. modify the way of getting PK add mysqlcatalog test case for PK [FLINK-26909][Client/Job Submission] Allow to set parallelism to be -1 from Cli This closes apache#19651. [FLINK-27167][test] change the junit-jupiter dependency scope to compile (cherry picked from commit 45afc03) [FLINK-27676][python] Fix on_timer output behind triggering watermark This closes apache#19765. [FLINK-26788][core] Add cause when AbstractDeserializationSchema throw exception This closes apache#19241. [FLINK-27711][python][connector/pulsar] Fix the typo of the method name from set_topics_pattern to set_topic_pattern This closes apache#19774. [hotfix][python][connector/pulsar] Improve PulsarDeserializationSchema.flink_type_info set execution_config default to None [FLINK-24735][sql-client] Catch Throwable rather than Exception in LocalExecutor to avoid client crash This closes apache#19793. [FLINK-27733][python] Rework on_timer output behind watermark bug fix This closes apache#19788. [FLINK-27751][build] Disable jboss repository [FLINK-27174][connector/kafka] Fix checking of bootstrapServers when already provided in producer Properties [FLINK-27760][python] Fix the issue that NPE is thrown when executing PyFlink Table API jobs in batch mode This closes apache#19816. [FLINK-27776][python] Throw meaningful exceptions when UDAF doesn't override method 'merge' is used in cases where 'merge' is used This closes apache#19817. [FLINK-27450][hive] Upgrade default hive version to fix Hive SessionState initialization issue with jdk11 This closes apache#19806. [hotfix][doc] fix typo and enlarge image This closes apache#19848. [FLINK-27848][runtime] Fix the problem that ZooKeeperLeaderElectionDriver keeps writing leader information, using up zxid. This closes apache#19853 [FLINK-27797][python] Fix the issue that PythonTableUtils.getCollectionInputFormat cannot correctly handle None values This closes apache#19834. [FLINK-27683][table-planner] Fix SQL hints can't work with targetColumns This closes apache#19847 (cherry picked from commit 9bcc7fd)
zstraw
pushed a commit
to zstraw/flink
that referenced
this pull request
Jul 4, 2022
…w exception This closes apache#19241.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Add cause when
AbstractDeserializationSchema
throw exception for troubleshooting.Brief change log
Add cause when
AbstractDeserializationSchema
throw Exception.Verifying this change
This change is already covered by existing tests, such as
AbstractDeserializationSchemaTest
.Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: yesDocumentation