You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@linghengqian - would you mind pointing out which document you are referring to?
I'm mainly referring to https://docs.influxdata.com/influxdb3/core/query-data/sql/ documentation. This document only mentions some information for influxdb 3 golang client, but lacks information for java client and arrow flight java api.
java.time.LocalDateTime
without time zone information through/api/v3/query_sql
.select time,location,value from home order by time desc limit 10
for/api/v3/query_sql
in https://github.com/linghengqian/influxdb-3-core-jdbc-test/blob/master/src/test/java/io/github/linghengqian/TimeDifferenceTest.java , I found that I got ajava.time.LocalDateTime
. When inserting data into influxdb 3 core,java.time.Instant
is often used.The text was updated successfully, but these errors were encountered: