-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Connector-V2] Fix InfluxDB SQL invalide when SQL contains tz function #4283
Conversation
Hi, why downgraded version?IMO, we should fix a bug by upgrade version or code, not downgraded version. |
hi, version 2.21 ,It's Happened NoSuchMethod when the dependency of influxdb-java's version 2.11 . exception detail: |
Are we use old api to access influxDB? Can we upgrade version and modify the way access influxDB? |
I use influxDB version 1.8.10, seatunnel-influxDB use simple config. as below
}` |
I tested influxdb-java version 2.21-2.23 them not support, the Exception still . |
Maybe we should update the code which SeaTunnel access InfluxDB. |
|
The failure check (Backend / unit-test (11, ubuntu-latest) need resolve? how can I resolve it? |
Try merge from dev. |
Hi, can you help add this test case (SQL contains tz function) to InfluxDB E2E test? |
Ok |
|
||
@TestTemplate | ||
public void testInfluxdbSqlTest(TestContainer container) throws IOException, InterruptedException { | ||
Container.ExecResult execResult = container.executeJob("/influxdb-to-influxdb-sqltest.conf"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
un commit this file?
influxdb-to-influxdb-sqltest.conf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I forgot commit it,
Now, commited
check ci error |
recommited RP see: #4829 |
[Bug] connector-influxdb dependency influxdb-java's version shuld be 2.15 not 2.21 #4230
Purpose of this pull request
Check list
New License Guide
release-note
.