lilei1128 commented on PR #7537:
URL: https://github.com/apache/paimon/pull/7537#issuecomment-4196083037

   > I have a quick solution: see `AbstractFileStore#newPartitionExpire`, you 
can use sql hint or other way to pass dynamic option like
   > 
   > ```
   > dynamicOptions.put(CoreOptions.PARTITION_EXPIRATION_TIME.key(), null);
   > newTable = table.copy(dynamicOptions)
   > -- use newTable to build job
   > ```
   
   Thank you for your reply, sql hints can indeed dynamically pass in 
parameters, but for compact jobs(like the issue), it seems that parameters 
cannot be passed in through hints.


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