Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19129#discussion_r137617487
--- Diff: docs/sql-programming-guide.md ---
@@ -1587,6 +1580,10 @@ options.
Note that this is different from the Hive behavior.
- As a result, `DROP TABLE` statements on those tables will not remove
the data.
+ - From Spark 2.0.1, `spark.sql.parquet.cacheMetadata` is no longer used.
See
+ [SPARK-16321](https://issues.apache.org/jira/browse/SPARK-16321) and
+ [SPARK-15639](https://issues.apache.org/jira/browse/SPARK-15639) for
details.
--- End diff --
https://github.com/apache/spark/pull/13701 is
`[SPARK-15639][SPARK-16321][SQL] Push down filter at RowGroups level for
parquet reader`.
It's removed here.
-
https://github.com/apache/spark/pull/13701/files#diff-ee26d4c4be21e92e92a02e9f16dbc285L625
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]