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 3.5: Adjust repeated INFO logs to DEBUG in SparkWrite and SparkPositionDeltaWrite #12404

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

manuzhang
Copy link
Collaborator

@manuzhang manuzhang commented Feb 26, 2025

I see repeated logs as follows from SparkWrite in Spark driver.

25/02/26 01:48:56 INFO SparkWrite: Requesting 0 bytes advisory partition size for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting 0 bytes advisory partition size for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting 0 bytes advisory partition size for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting UnspecifiedDistribution as write distribution for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting UnspecifiedDistribution as write distribution for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting [] as write ordering for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting [] as write ordering for table ***
25/02/26 01:48:56 INFO SparkWrite: Requesting [] as write ordering for table ***

I think they are more appropriate for debugging purpose, so this PR adjusts the corresponding log levels to DEBUG.

@manuzhang
Copy link
Collaborator Author

manuzhang commented Mar 24, 2025

@nastra @dramaticlly any more comments?

@nastra nastra merged commit cb7d5a8 into apache:main Mar 24, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants