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
I searched in the issues and found nothing similar.
Version
iotdb-session: 1.3.2
java: 21
os: mac 14.1.1
Describe the bug and provide the minimal reproduce step
I'm testing the java native api by referring to the example below, but the build itself fails. If there's anything I'm doing wrong, please give me �a tip or guide
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block.column from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.file.metadata.enums from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.exception.write from both common.api and tsfile
java: the unnamed module reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
...
What did you expect to see?
build and run success
What did you see instead?
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block.column from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.file.metadata.enums from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.exception.write from both common.api and tsfile
java: the unnamed module reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
....
Anything else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
iotdb-session: 1.3.2
java: 21
os: mac 14.1.1
Describe the bug and provide the minimal reproduce step
I'm testing the java native api by referring to the example below, but the build itself fails. If there's anything I'm doing wrong, please give me �a tip or guide
https://github.com/apache/iotdb/blob/master/example/session/src/main/java/org/apache/iotdb/SyntaxConventionRelatedExample.java
What did you expect to see?
build and run success
What did you see instead?
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.read.common.block.column from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.file.metadata.enums from both common.api and tsfile
java: module com.zaxxer.hikari reads package org.apache.iotdb.tsfile.exception.write from both common.api and tsfile
java: the unnamed module reads package org.apache.iotdb.tsfile.utils from both common.api and tsfile
....
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: