-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-36511][MINOR][SQL] Remove ColumnIOUtil #37529
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
Conversation
|
Can one of the admins verify this patch? |
|
Merged to master |
| /** | ||
| * This is a workaround since methods below are not public in {@link ColumnIO}. | ||
| * | ||
| * TODO(SPARK-36511): we should remove this once PARQUET-2050 and PARQUET-2083 are released with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a minor. This should be removed with JIRA issue, SPARK-36511 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To @panbingkun , please respect the code when you remove.
Apache Spark community uses IDed TODO like this for trace-ability and we had better respect them.
|
Also, cc @sunchao since he is the issue reporter of SPARK-36511 . |
|
OK fair enough can you file a JIRA? I can connect the dots |
|
@srowen , the JIRA, SPARK-36511, was already filed and hard-coded in the removed part. Here, @panbingkun ignored it mistakenly. |
|
Ah ok I'll connect it |
|
Thank you, @srowen . |
What changes were proposed in this pull request?
This PR aim to remove redundant ColumnIOUtil.
Why are the changes needed?
Complete todo.

reason: from parquet version 1.12.3, methods below are public
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.