rdblue commented on a change in pull request #1197:
URL: https://github.com/apache/iceberg/pull/1197#discussion_r455331348
##########
File path: spark/src/main/java/org/apache/iceberg/spark/data/SparkOrcWriter.java
##########
@@ -65,9 +65,10 @@ public void write(InternalRow value, VectorizedRowBatch
output) {
interface Converter {
/**
* Take a value from the Spark data value and add it to the ORC output.
- * @param rowId the row in the ColumnVector
+ *
+ * @param rowId the row in the ColumnVector
* @param column either the column number or element number
- * @param data either an InternalRow or ArrayData
+ * @param data either an InternalRow or ArrayData
Review comment:
Nit: unnecessary whitespace change.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]