Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Mar 6, 2024
1 parent ccdf366 commit 75f14c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public void close() {

private void execInternal() throws Exception {
LOG.debug("query id: {}, memtableonsinknode: {}", DebugUtil.printId(queryId),
queryOptions.isMemTableOnSinkNode();
queryOptions.isMemTableOnSinkNode());
if (LOG.isDebugEnabled() && !scanNodes.isEmpty()) {
LOG.debug("debug: in Coordinator::exec. query id: {}, planNode: {}",
DebugUtil.printId(queryId), scanNodes.get(0).treeToThrift());
Expand Down

0 comments on commit 75f14c4

Please sign in to comment.