Skip to content

Commit

Permalink
Fixed SQL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jun 28, 2024
1 parent e48807b commit 43f8f32
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1167,11 +1167,6 @@ protected void loadQueryParameters(ShardQueryConfiguration config, Query setting
setCollectTimingDetails(false);
}

// Configure whether query IDs are logged on the tservers.
String tserverLoggingActive = settings.findParameter(QueryParameters.TSERVER_LOGGING_ACTIVE).getParameterValue().trim();
if (!tserverLoggingActive.isEmpty()) {
config.setTserverLoggingActive(Boolean.parseBoolean(tserverLoggingActive));
}
stopwatch.stop();
}

Expand Down

0 comments on commit 43f8f32

Please sign in to comment.