kramerul commented on code in PR #4100:
URL: https://github.com/apache/calcite/pull/4100#discussion_r1949263882
##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -7489,7 +7488,7 @@ private void checkGetTimestamp(Connection con) throws
SQLException {
aSchema.setCacheEnabled(true);
// explicit should win implicit.
- assertThat(aSchema.getSubSchemaNames(), hasSize(1));
+ assertThat(aSchema.subSchemas().getNames(LikePattern.any()), hasSize(1));
Review Comment:
I first startet with a `@Deprecated` annotation on `getSubSchemaNames()`.
Therefore, I needed to rename it in all tests.
Afterwards, I removed the `@Deprecated` annotation because it might cause
trouble in some cases.
I could revert this change, if you prefer this.
--
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]