Zouxxyy opened a new pull request, #7818:
URL: https://github.com/apache/paimon/pull/7818

   ### Purpose
   
   When using Paimon as Spark catalog, queries like `SELECT * FROM 
parquet.\`path\`` fail because Paimon tries to resolve the path as a Paimon 
table. This change detects file-format namespaces and throws 
`NoSuchTableException` so Spark's `ResolveSQLOnFile` can handle them.
   
   ### Tests
   
   Added test in `PaimonQueryTest.scala` verifying `SELECT * FROM 
parquet.\`path\`` returns same results as querying the Paimon table.


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