gvdutra opened a new pull request, #7650:
URL: https://github.com/apache/hop/pull/7650

   Fixes #5538.
   
   ## Summary
   
   - quote catalog and schema identifiers separately when catalogs are supported
   - preserve the existing schema quoting behavior for databases without 
catalog support
   - add coverage for quoted and unquoted identifiers
   
   ## Root cause
   
   The catalog and schema were passed to `quoteField` as one dotted value. The 
dot caused the full value to be treated as a single identifier, producing 
output such as `"catalog.schema".sample`.
   
   ## Validation
   
   - `./mvnw -pl core -Dtest=DatabaseMetaTest test spotless:check`
   - `git diff --check`
   


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