Skip to content

Conversation

@itholic
Copy link
Contributor

@itholic itholic commented Jul 22, 2024

What changes were proposed in this pull request?

This PR followups for #47145 to rename the log field naming

Why are the changes needed?

line_no is not very intuitive so we better renaming to line_number explicitly.

Does this PR introduce any user-facing change?

No API change, but user-facing log message will be improved

How was this patch tested?

The existing CI should pass

Was this patch authored or co-authored using generative AI tooling?

No

@itholic
Copy link
Contributor Author

itholic commented Jul 22, 2024

cc @HyukjinKwon

@itholic itholic closed this in c69f02e Jul 23, 2024
@itholic
Copy link
Contributor Author

itholic commented Jul 23, 2024

Thanks! Merged to master

ilicmarkodb pushed a commit to ilicmarkodb/spark that referenced this pull request Jul 29, 2024
…er in log

### What changes were proposed in this pull request?

This PR followups for apache#47145 to rename the log field naming

### Why are the changes needed?

`line_no` is not very intuitive so we better renaming to `line_number` explicitly.

### Does this PR introduce _any_ user-facing change?

No API change, but user-facing log message will be improved

### How was this patch tested?
<!--
If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
If tests were not added, please describe why they were not added and/or why it was difficult to add.
If benchmark tests were added, please run the benchmarks in GitHub Actions for the consistent environment, and the instructions could accord to: https://spark.apache.org/developer-tools.html#github-workflow-benchmarks.
-->
The existing CI should pass

### Was this patch authored or co-authored using generative AI tooling?
<!--
If generative AI tooling has been used in the process of authoring this patch, please include the
phrase: 'Generated-by: ' followed by the name of the tool and its version.
If no, write 'No'.
Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details.
-->
No

Closes apache#47437 from itholic/logger_followup.

Authored-by: Haejoon Lee <haejoon.lee@databricks.com>
Signed-off-by: Haejoon Lee <haejoon.lee@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants