Skip to content

0.12.1 (2024-10-28)

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 08:02
· 38 commits to develop since this release
92349e2

Features

  • Log detected JDBC dialect while using DBWriter.

Bug Fixes

  • Fix SparkMetricsRecorder failing when receiving SparkListenerTaskEnd without taskMetrics (e.g. executor was killed by OOM). (#313)
  • Call kinit before checking for HDFS active namenode.
  • Wrap kinit with threading.Lock to avoid multithreading issues.
  • Immediately show kinit errors to user, instead of hiding them.
  • Use AttributeError instead of ImportError in module's __getattr__ method, to make code compliant with Python spec.

Doc only Changes