jelly-1203 edited a comment on pull request #18017:
URL: https://github.com/apache/flink/pull/18017#issuecomment-988852509


   > Hi, thanks for your contribution, @jelly-1203 . It seems that you have a 
bad code style in your new code. You can see it in CI report above. You can 
follow this doc to set the code style to automate it in IDEA: 
https://nightlies.apache.org/flink/flink-docs-master/docs/flinkdev/ide_setup/#code-formatting
   
   Hi, @xuyangzhong @wenlong88  thanks for your  comments, I have adjusted the 
code style, compilation is still not passed, by looking at the error message, 
found in the org.apache.flink.table.planner.plan.stream.sql.UnionTest, An SQL 
statement with repeated fields was executed, so the compilation failed. Please 
kindly ask whether I need to mention an issue and modify the SQL?
   
   Error code:
   
       util.tableEnv.executeSql(
         s"""
            |CREATE TABLE t1 (
            |  id int,
            |  ts bigint,
            |  name string,
            |  timestamp_col timestamp(3),
            |  val bigint,
            |  name varchar(32),
            |  timestamp_ltz_col as TO_TIMESTAMP_LTZ(ts, 3),
            |  watermark for timestamp_col as timestamp_col
            |) WITH (
            |  'connector' = 'values',
            |  'bounded' = 'false'
            |)
          """.stripMargin)
   


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

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


Reply via email to