You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "zhengyuan-cn (via GitHub)" <gi...@apache.org> on 2023/05/23 00:45:08 UTC

[GitHub] [seatunnel] zhengyuan-cn commented on a diff in pull request #4283: [Bug] [Connector-V2] Fix InfluxDB SQL invalide when SQL contains tz function

zhengyuan-cn commented on code in PR #4283:
URL: https://github.com/apache/seatunnel/pull/4283#discussion_r1201358527


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/src/test/java/org/apache/seatunnel/e2e/connector/influxdb/InfluxdbIT.java:
##########
@@ -207,6 +207,38 @@ public void testInfluxdb(TestContainer container) throws IOException, Interrupte
             }
         }
     }
+    
+    @TestTemplate
+    public void testInfluxdbSqlTest(TestContainer container) throws IOException, InterruptedException {
+        Container.ExecResult execResult = container.executeJob("/influxdb-to-influxdb-sqltest.conf");

Review Comment:
   sorry I forgot commit it,
   
   Now,   commited 



-- 
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