NoPr commented on issue #7172:
URL: https://github.com/apache/seatunnel/issues/7172#issuecomment-2224302583

      "transform": [
                {
               "plugin_name": "Sql",
               "result_table_name": "fake1_1810212286042378241_fa",
               "source_table_name": "fake_1810212286042378240_fa",
               "query " : "select cast(col1 as TimeStamp)as col1 from 
fake_1810212286042378240_fa "
             
           },
             {
               "plugin_name": "Sql",
               "result_table_name": "fake1_1810212286042378242_fa",
               "source_table_name": "fake1_1810212286042378241_fa",
               "query " : "select col1 from fake1_1810212286042378241_fa where 
col1 > 1058233939"
             
           },
           多段transform依然报错左右字段类型不匹配
           
                        {
               "plugin_name": "Sql",
               "result_table_name": "fake1_1810212286042378241_fa",
               "source_table_name": "fake_1810212286042378240_fa",
               "query " : "select cast(col1 as Integer)as col1 from 
fake_1810212286042378240_fa "
             
           },
             {
               "plugin_name": "Sql",
               "result_table_name": "fake1_1810212286042378242_fa",
               "source_table_name": "fake1_1810212286042378241_fa",
               "query " : "select col1 from fake1_1810212286042378241_fa where 
col1 > 1058233939"
             
           },这个报错"java.lang.NumberFormatException: For input string: 
\"2024-06-13T00:00


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to