chronon icon indicating copy to clipboard operation
chronon copied to clipboard

[kyro] add RebaseDateTime$

Open cenhao opened this issue 1 year ago • 1 comments

Summary

From the new release, we are seeing

Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.apache.spark.sql.catalyst.util.RebaseDateTime$

https://airflow-1-10.d.musta.ch/log?task_id=compute_join__fiv__target_features_listing__v1&dag_id=chronon_join_fiv__target_features_listing__v1&execution_date=2023-10-18T00%3A00%3A00%2B00%3A00

Adding this class to see if it can address the issue.

Why / Goal

Test Plan

  • [ ] Added Unit Tests
  • [x] Covered by existing CI
  • [ ] Integration tested

Checklist

  • [ ] Documentation update

Reviewers

@nikhilsimha @better365 @hzding621

cenhao avatar Oct 19 '23 17:10 cenhao