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

[MINOR][SQL] Fix wrong comments on org.apache.spark.sql.parquet.row.attributes #20346

Closed
wants to merge 1 commit into from
Closed

[MINOR][SQL] Fix wrong comments on org.apache.spark.sql.parquet.row.attributes #20346

wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 22, 2018

What changes were proposed in this pull request?

This PR fixes the wrong comment on org.apache.spark.sql.parquet.row.attributes
which is useful for UDTs like Vector/Matrix. Please see SPARK-22320 for the usage.

Originally, SPARK-19411 left this behind during removing optional column metadatas. In the same PR, the same comment was removed at line 310-311.

How was this patch tested?

N/A (This is about comments).

@dongjoon-hyun
Copy link
Member Author

cc @viirya

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you for review and approval, @HyukjinKwon !

@viirya
Copy link
Member

viirya commented Jan 22, 2018 via email

@dongjoon-hyun
Copy link
Member Author

Thank you for review and confirming, @viirya !

@SparkQA
Copy link

SparkQA commented Jan 22, 2018

Test build #86453 has finished for PR 20346 at commit 4207754.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member

Merged to master and branch-2.3.

asfgit pushed a commit that referenced this pull request Jan 22, 2018
…ttributes

## What changes were proposed in this pull request?

This PR fixes the wrong comment on `org.apache.spark.sql.parquet.row.attributes`
which is useful for UDTs like Vector/Matrix. Please see [SPARK-22320](https://issues.apache.org/jira/browse/SPARK-22320) for the usage.

Originally, [SPARK-19411](bf49368#diff-ee26d4c4be21e92e92a02e9f16dbc285L314) left this behind during removing optional column metadatas. In the same PR, the same comment was removed at line 310-311.

## How was this patch tested?

N/A (This is about comments).

Author: Dongjoon Hyun <[email protected]>

Closes #20346 from dongjoon-hyun/minor_comment_parquet.

(cherry picked from commit 8142a3b)
Signed-off-by: hyukjinkwon <[email protected]>
@asfgit asfgit closed this in 8142a3b Jan 22, 2018
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon and @viirya !

@dongjoon-hyun dongjoon-hyun deleted the minor_comment_parquet branch January 22, 2018 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants