clownxc commented on code in PR #40638:
URL: https://github.com/apache/spark/pull/40638#discussion_r1169386398
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/read/PartitionReaderFactory.java:
##########
@@ -68,7 +68,7 @@ default boolean supportColumnarReads(InputPartition
partition) {
}
/**
- * Returns exact java types of the columns that are output in columnar
processing mode.
+ * @return exact java types of the columns that are output in columnar
processing mode.
Review Comment:
> "Fully-qualified Java class names of"?
like this `org.apache.spark.sql.execution.vectorized.OnHeapColumnVector`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]