Yikun opened a new pull request #33023: URL: https://github.com/apache/spark/pull/33023
### What changes were proposed in this pull request? Throw ValueError if version and timestamp are used together in to_delta ### Why are the changes needed? read_delta has arguments named `version` and `timestamp`, but they cannot be used together. We should raise the proper error message when they are used together. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
