MINOR: Fix formatting in parquet.thrift file (trailing spaces)#558
MINOR: Fix formatting in parquet.thrift file (trailing spaces)#558OmBiradar wants to merge 1 commit intoapache:masterfrom
parquet.thrift file (trailing spaces)#558Conversation
There were many trailing spaces here and there, they have been removed. Signed-off-by: OmBiradar <ombiradar04@gmail.com>
parquet.thrift file (trailing spaces)parquet.thrift file (trailing spaces)
|
original issue - apache-arrow-issue-49501 requesting your review @alamb |
alamb
left a comment
There was a problem hiding this comment.
THis is a nice cleanup in my opinion
Thank you @OmBiradar
|
(I'll leave this open for a while to make sure other committers have a chance to review if they would like) |
wgtmac
left a comment
There was a problem hiding this comment.
+1 from me. I know the intention is good but I don't know if anyone really cares about the original commit history.
The commit history will be retained, but just using |
|
What if we add a new '.git-blame-ignore-revs' file that will help avoid these formatting/linting related commits to interfear with the 'git blame' |
There were many trailing spaces here and there,
they have been removed.
Rationale for this change
Used the zed editors linter to format the document - removing any trailing spaces.
What changes are included in this PR?
Just removed the trailing spaces.