Skip to content

Commit 1d7d48e

Browse files
committed
Revert CalciteToolsHelper comment to sync with main
Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent b13d88b commit 1d7d48e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/src/main/java/org/opensearch/sql/calcite/utils/CalciteToolsHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ public RelNode visit(TableScan scan) {
422422
}
423423
};
424424
rel = rel.accept(shuttle);
425-
// Context classloader is set by callers (QueryService.executeWithCalcite/explainWithCalcite)
426-
// to support patched Calcite (CALCITE-3745) Janino compilation.
425+
// the line we changed here
427426
try (Connection connection = context.connection) {
428427
final RelRunner runner = connection.unwrap(RelRunner.class);
429428
PreparedStatement preparedStatement = runner.prepareStatement(rel);

0 commit comments

Comments
 (0)