LuciferYang opened a new pull request, #42165: URL: https://github.com/apache/spark/pull/42165
### What changes were proposed in this pull request? SPARK-44326(https://github.com/apache/spark/pull/41885/files#diff-e695bcf363031df04cc16c96f1b62fb35093807ee1157c3cbecae3cccb9a3f4e) moved the relevant code from `IntervalUtils` to `SparkIntervalUtils` (including `private object ParseState` definition), but did not delete the definition of `private object ParseState` in `IntervalUtils`. So this pr cleans up it. ### Why are the changes needed? Code cleanup. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass Github Actions -- 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]
