You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "EricJoy2048 (via GitHub)" <gi...@apache.org> on 2023/04/13 11:15:54 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new issue, #4569: [Bug] [JDBC Source] Exception when table have no data and partition_column is not null

EricJoy2048 opened a new issue, #4569:
URL: https://github.com/apache/incubator-seatunnel/issues/4569

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   Exception when table have no data and partition_column is not null
   
   ### SeaTunnel Version
   
   2.3.1
   
   ### SeaTunnel Config
   
   ```conf
   *
   ```
   
   
   ### Running Command
   
   ```shell
   *
   ```
   
   
   ### Error Exception
   
   ```log
   [INFO] 2023-04-13 19:05:27.408 - task execute result:2023-04-13 19:05:27,408 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
   
   [INFO] 2023-04-13 19:05:27.408 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.408 - task execute result:===============================================================================
   
   [INFO] 2023-04-13 19:05:27.408 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.408 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.409 - task execute result:2023-04-13 19:05:27,408 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Fatal Error, 
   
   [INFO] 2023-04-13 19:05:27.409 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.409 - task execute result:2023-04-13 19:05:27,408 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Please submit bug report in https://github.com/apache/incubator-seatunnel/issues
   
   [INFO] 2023-04-13 19:05:27.409 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:2023-04-13 19:05:27,408 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Reason:SeaTunnel job executed failed 
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:2023-04-13 19:05:27,409 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Exception StackTrace:org.apache.seatunnel.core.starter.exception.CommandExecuteException: SeaTunnel job executed failed
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:170)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:Caused by: org.apache.seatunnel.api.common.PrepareFailException: ErrorCode:[API-01], ErrorDescription:[Configuration item validate failed] - PluginName: jdbc, PluginType: source, Message: java.lang.NumberFormatException: null
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.connectors.seatunnel.jdbc.source.JdbcSource.prepare(JdbcSource.java:96)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.core.parse.ConnectorInstanceLoader.loadSourceInstance(ConnectorInstanceLoader.java:64)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.core.parse.JobConfigParser.sampleAnalyze(JobConfigParser.java:371)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.core.parse.JobConfigParser.parse(JobConfigParser.java:132)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:114)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.getLogicalDag(JobExecutionEnvironment.java:155)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:147)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:129)
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:	... 2 more
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result: 
   
   [INFO] 2023-04-13 19:05:27.410 - task execute result:2023-04-13 19:05:27,409 ERROR org.apache.seatunnel.core.starter.SeaTunnel - 
   
   [INFO] 2023-04-13 19:05:27.410 - task execute
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

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


[GitHub] [incubator-seatunnel] EricJoy2048 closed issue #4569: [Bug] [JDBC Source] Exception when table have no data and partition_column is not null

Posted by "EricJoy2048 (via GitHub)" <gi...@apache.org>.
EricJoy2048 closed issue #4569: [Bug] [JDBC Source] Exception when table have no data and partition_column is not null
URL: https://github.com/apache/incubator-seatunnel/issues/4569


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

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


[GitHub] [incubator-seatunnel] MonsterChenzhuo commented on issue #4569: [Bug] [JDBC Source] Exception when table have no data and partition_column is not null

Posted by "MonsterChenzhuo (via GitHub)" <gi...@apache.org>.
MonsterChenzhuo commented on issue #4569:
URL: https://github.com/apache/incubator-seatunnel/issues/4569#issuecomment-1506928386

   please assign to me; thx。 


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

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