dongjoon-hyun commented on PR #46520: URL: https://github.com/apache/spark/pull/46520#issuecomment-2105347143
For the existing Hive UDFs which assumes `jodd` library, this could be a breaking change like #46528 . ``` - import jodd.datetime.JDateTime; + import org.apache.hadoop.hive.ql.io.parquet.timestamp.datetime.JDateTime; ``` Sorry but let me revert this first. We need a more graceful way of removing or additional verified migration path (documentation and config). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
