You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "hailin0 (via GitHub)" <gi...@apache.org> on 2023/05/19 09:36:47 UTC

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

hailin0 commented on code in PR #4283:
URL: https://github.com/apache/incubator-seatunnel/pull/4283#discussion_r1198757024


##########
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:
   un commit this file?
   
   influxdb-to-influxdb-sqltest.conf



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