Skip to content

Commit d172965

Browse files
committed
fix
Signed-off-by: Weihao Li <[email protected]>
1 parent e95acfd commit d172965

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/planner/informationschema

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/planner/informationschema/CurrentQueriesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void testQueriesCostsHistogram() {
167167
infoSchemaTableScan(
168168
"information_schema.queries_costs_histogram",
169169
Optional.empty(),
170-
ImmutableList.of(BIN, NUMS))));
170+
ImmutableList.of(BIN, NUMS, DATA_NODE_ID_TABLE_MODEL))));
171171

172172
// - Exchange
173173
// Output - Collect - Exchange

0 commit comments

Comments
 (0)