MaxGekk commented on issue #27964: [SPARK-31183][SQL][FOLLOWUP] Move rebase tests to `AvroSuite` and check the rebase flag out of function bodies URL: https://github.com/apache/spark/pull/27964#issuecomment-602150985 The problem is commits of this PR in master and in branch-3.0 are different: master: DateTimeUtils.microsToMillis at https://github.com/apache/spark/commit/b402bc900ab89e6fceb9b0a37c597e8914864f11#diff-01fea32e6ec6bcf6f34d06282e08705aR155 branch-3.0: DateTimeUtils.fromMillis at https://github.com/apache/spark/commit/a6f3e3b096e2d7a39e0b2fdec6452e6d633baf7e#diff-01fea32e6ec6bcf6f34d06282e08705aR155 The `fromMillis()` in branch-3.0 is `millisToMicros()` but not `microsToMillis()` actually. The renaming was done in master by https://github.com/apache/spark/pull/27618
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
