Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21326#discussion_r189730557
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/DataSourceReader.java
---
@@ -59,21 +59,21 @@
* Returns the actual schema of
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/21326
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21326#discussion_r188354590
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartition.java
---
@@ -42,9 +43,9 @@
*
* Note that if a host
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21326#discussion_r188354387
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartition.java
---
@@ -42,9 +43,9 @@
*
* Note that if a host
GitHub user gengliangwang opened a pull request:
https://github.com/apache/spark/pull/21326
[SPARK-24275][SQL] Revise doc comments in InputPartition
## What changes were proposed in this pull request?
In #21145, DataReaderFactory is renamed to InputPartition.
This