Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 7, 2024
1 parent 0c303e4 commit 42de19b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ public Statistics visitPhysicalStorageLayerAggregate(
PhysicalStorageLayerAggregate storageLayerAggregate, Void context) {
PhysicalRelation relation = storageLayerAggregate.getRelation();
Preconditions.checkArgument(relation instanceof PhysicalOlapScan,
"StorageLayerAggregate only support OlapTable");
"StorageLayerAggregate only support OlapTable");
return relation.accept(this, context);

}
Expand Down

0 comments on commit 42de19b

Please sign in to comment.