[
https://issues.apache.org/jira/browse/SPARK-53255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved SPARK-53255.
-----------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
Issue resolved by pull request 51985
[https://github.com/apache/spark/pull/51985]
> Ban `org.apache.parquet.Preconditions`
> --------------------------------------
>
> Key: SPARK-53255
> URL: https://issues.apache.org/jira/browse/SPARK-53255
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 4.1.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> Parquet class seems to be used mistakenly.
> {code}
> $ git grep 'Preconditions;' | awk '{print $NF}' | sort | uniq -c
> 29 com.google.common.base.Preconditions;
> 2 org.apache.parquet.Preconditions;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]