Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spark] Migrate logging code to use Spark Structured Logging #3293

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

zedtang
Copy link
Collaborator

@zedtang zedtang commented Jun 22, 2024

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Migrate Delta's logging code to use Spark structured logging. Structured logging will be introduced in Spark 4.0, as highlighted in the preview release of Spark 4.0 | Apache Spark. Note that the feature is turned off by default and the output log message will remain unchanged.

Resolves #3145

How was this patch tested?

Existing tests.

Does this PR introduce any user-facing changes?

No

Copy link
Contributor

@gengliangwang gengliangwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the migrations!

@zedtang zedtang force-pushed the migrate-delta-logging branch from 0fa1132 to ac974b3 Compare June 24, 2024 19:00
@zedtang zedtang self-assigned this Jun 24, 2024
@vkorukanti vkorukanti merged commit 2abc2a2 into delta-io:master Jun 26, 2024
10 checks passed
@zedtang zedtang deleted the migrate-delta-logging branch June 26, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Migrate to use Spark Structured Logging
3 participants