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

   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #4371 
   
   <!-- What is the purpose of the change -->
   
   In some cases, users may want to use spark time travel by setting properties 
like set `spark.paimon.scan.tag-name=tag_3`. However, this property will take 
effect globally if the spark job read multiple tables at the same time.
   
   It would be better if we can support table options filter via sql conf for 
Spark Engine. So user can specify different time travel options for different 
table, like this:
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   - PaimonOptionsTest.scala
   
   ### API and Format
   
   ### Documentation
   


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