olivrlee commented on code in PR #3084:
URL: https://github.com/apache/calcite/pull/3084#discussion_r1120838055
##########
core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java:
##########
@@ -590,21 +611,8 @@ <T> CalciteSignature<T> prepare2_(
Type elementType,
long maxRowCount,
CalciteCatalogReader catalogReader,
- RelOptPlanner planner) {
+ CalcitePreparingStmt preparingStmt) {
Review Comment:
I made this public so we can access and assert in `JdbcTest.java`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]