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

Fix printing of split information when dumping debug data #5504

Merged
merged 1 commit into from
May 16, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented May 16, 2022

When debug dumping files the log message was not showing the useful partition information and instead was logging something like Writing split data for [Lorg.apache.spark.sql.execution.datasources.PartitionedFile;@301af261. The problem is that the log message was trying to write an array of partition info objects directly which does not produce a very useful message. This updates the logging code to use mkString to build a more useful message.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the May 2 - May 20 milestone May 16, 2022
@jlowe jlowe self-assigned this May 16, 2022
@jlowe
Copy link
Member Author

jlowe commented May 16, 2022

build

@jlowe jlowe merged commit dd85c2d into NVIDIA:branch-22.06 May 16, 2022
@jlowe jlowe deleted the fix-dump-msg branch May 16, 2022 21:48
@sameerz sameerz added the bug Something isn't working label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants