Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update IoTDBDatabaseIT.java
  • Loading branch information
CRZbulabula committed Jun 26, 2025
commit e314acd421bb94a51114664289e874e9e44d9ed7
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ public void testInformationSchema() throws SQLException {
Arrays.asList(
"_STLForecaster,",
"_NaiveForecaster,",
"_timerxl",
"_sundial,",
"_HoltWinters,",
"_ExponentialSmoothing,",
Expand Down Expand Up @@ -701,6 +702,7 @@ public void testInformationSchema() throws SQLException {
new HashSet<>(
Arrays.asList(
"_sundial,",
"_timerxl",
"_STLForecaster,",
"_NaiveForecaster,",
"_HoltWinters,",
Expand Down
Loading