Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
avatica-1.17.0
-
Patch
Description
DatabaseMetaData.getTables(), and some other functions have parameters (catalog, schemaPattern), where null and empty String have different semantics.
The corresponding protobuf fields in Avatica are Strings, and the Avatica logic turns those args to null.
This makes it impossible to filter on actual empty string values.
Attachments
Issue Links
- causes
-
PHOENIX-6003 Metadata operations via Avatica turn empty string args to null
- Open
- links to