You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/17 15:17:10 UTC

[GitHub] [incubator-streampark] macksonmu opened a new issue, #2048: [Bug] An error is reported when the mysql upgrade sql statement is executed

macksonmu opened a new issue, #2048:
URL: https://github.com/apache/incubator-streampark/issues/2048

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   When executing the following sql, an error is reported
   
   target sql:
   `alter table `t_menu` modify `modify_time` datetime not null default current_timestamp on update current_timestamp;`
   
   error info:
    `[1138] [22001]: Data truncation: Invalid use of NULL value`
   
   reason:
   In final.sql of version 1.2.3, there is a null value in the modify_time field in t_menu
   
   ### StreamPark Version
   
   2.0.0
   
   ### Java Version
   
   _No response_
   
   ### Flink Version
   
   flink1.14
   
   ### Scala Version of Flink
   
   2.12
   
   ### Error Exception
   
   ```log
   `[1138] [22001]: Data truncation: Invalid use of NULL value`
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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: issues-unsubscribe@streampark.apache.org.apache.org

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


[GitHub] [incubator-streampark] 1996fanrui closed issue #2048: [Bug] An error is reported when the mysql upgrade sql statement is executed

Posted by GitBox <gi...@apache.org>.
1996fanrui closed issue #2048: [Bug] An error is reported when the mysql upgrade sql statement is executed
URL: https://github.com/apache/incubator-streampark/issues/2048


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

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