EnricoMi commented on PR #38256:
URL: https://github.com/apache/spark/pull/38256#issuecomment-1278624296
I am not sure if this is the best place to fix this, but since qualifier and
name could contain `.`, the `qualifiedName` should really quote its parts if
needed:
def qualifiedName: String = (qualifier :+
name).map(quoteIfNeeded).mkString(".")
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]