rubenada commented on code in PR #4100:
URL: https://github.com/apache/calcite/pull/4100#discussion_r2005098553


##########
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:
   No problem @kramerul ! Thanks you for suggesting the code to fix it :)
   If you have a bit of time, could you please take a look at 
https://github.com/apache/calcite/pull/4254 to confirm it's ok?



-- 
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]

Reply via email to