kramerul commented on code in PR #4100:
URL: https://github.com/apache/calcite/pull/4100#discussion_r2002774379
##########
core/src/main/java/org/apache/calcite/jdbc/CalciteSchema.java:
##########
@@ -322,7 +322,6 @@ public final NavigableMap<String, CalciteSchema>
getSubSchemaMap() {
final ImmutableSortedMap.Builder<String, CalciteSchema> builder =
new ImmutableSortedMap.Builder<>(NameSet.COMPARATOR);
builder.putAll(subSchemaMap.map());
- addImplicitSubSchemaToBuilder(builder);
Review Comment:
Hi @rubenada,
you are completely right. This is a breaking change.
`getSubSchemaMap` needs to be changed to read all sub schemas using
`subSchemas`.
--
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]