Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpaulyz committed May 24, 2024
1 parent f5308fc commit fbb5ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void insertByStrAndInferTypeTest() {
expected.add(IoTDBDescriptor.getInstance().getConfig().getIntegerStringInferType().name());
expected.add(IoTDBDescriptor.getInstance().getConfig().getFloatingStringInferType().name());
expected.add(IoTDBDescriptor.getInstance().getConfig().getBooleanStringInferType().name());
expected.add(TSDataType.TEXT.name());
expected.add(TSDataType.STRING.name());

Set<String> actual = new HashSet<>();
SessionDataSet dataSet = session.executeQueryStatement("show timeseries root.**");
Expand Down

0 comments on commit fbb5ee3

Please sign in to comment.