libe8013 commented on code in PR #5043:
URL: https://github.com/apache/calcite/pull/5043#discussion_r3465320667
##########
core/src/test/java/org/apache/calcite/test/JdbcAdapterTest.java:
##########
@@ -171,8 +180,8 @@ class JdbcAdapterTest {
.runs()
.enable(CalciteAssert.DB == CalciteAssert.DatabaseInstance.HSQLDB)
.planHasSql("SELECT \"store_name\"\n"
- + "FROM \"foodmart\".\"store\"\n"
- + "WHERE \"store_id\" < 10")
+ + "FROM \"foodmart\".\"store\"\n"
Review Comment:
Good catch, sorry about that. Those were accidental indentation changes left
behind by an IDE auto-format on
pre-existing tests (testJoinConditionAlwaysTruePushDown, testUnknownColumn,
etc.) — entirely unrelated to this fix.
I've reverted all of them; the test-file diff is now strictly the new
imports plus the new test case.
--
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]