yuzelin commented on PR #7537: URL: https://github.com/apache/paimon/pull/7537#issuecomment-4178241737
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 ``` -- 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]
