Re: JDBC namespace existence check #8340

2023-10-20 Thread Ryan Blue
Thanks! Looks like it's about ready but needs some additional fixes to the tests. On Thu, Oct 19, 2023 at 4:43 PM Steve Zhang wrote: > Hey Iceberg Community: > >I want to ask for some help review on this PR > https://github.com/apache/iceberg/pull/8340. It tried to solve the > current issue

JDBC namespace existence check #8340

2023-10-19 Thread Steve Zhang
Hey Iceberg Community: I want to ask for some help review on this PR https://github.com/apache/iceberg/pull/8340. It tried to solve the current issue where underscore cannot be used correctly in resolving nested namespace in JDBC catalog. Corresponding reproduce of the problem can be found i