JingsongLi commented on PR #8016:
URL: https://github.com/apache/paimon/pull/8016#issuecomment-4603803687

   Reviewed with focus on alignment between the deprecated 
`spark.paimon.branch` option and the explicit Java/Paimon `table$branch_xxx` 
identifier path.
   
   Applying the option before `catalog.getTable(...)` makes the Spark catalog 
resolve the same branched `Identifier` that explicit branch syntax would use, 
while leaving an explicit branch name untouched. I also verified the common 
Spark module compiles with:
   
   ```shell
   mvn -pl paimon-spark/paimon-spark-common -am -Pfast-build -DskipTests compile
   ```
   
   No additional blocker from my side.
   


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