-
- Downloads
[SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path
https://issues.apache.org/jira/browse/SPARK-10287 After porting json to HadoopFsRelation, it seems hard to keep the behavior of picking up new files automatically for JSON. This PR removes this behavior, so JSON is consistent with others (ORC and Parquet). Author: Yin Huai <yhuai@databricks.com> Closes #8469 from yhuai/jsonRefresh.
Showing
- docs/sql-programming-guide.md 6 additions, 0 deletionsdocs/sql-programming-guide.md
- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/json/JSONRelation.scala 0 additions, 9 deletions...e/spark/sql/execution/datasources/json/JSONRelation.scala
- sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala 1 addition, 1 deletion.../main/scala/org/apache/spark/sql/sources/interfaces.scala
- sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala 0 additions, 15 deletions...test/scala/org/apache/spark/sql/sources/InsertSuite.scala
Loading
Please register or sign in to comment