You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/10/22 00:37:15 UTC

[GitHub] [iceberg] wypoon commented on a diff in pull request #6026: Spark: Ensure rowStartPosInBatch in ColumnarBatchReader is set correctly

wypoon commented on code in PR #6026:
URL: https://github.com/apache/iceberg/pull/6026#discussion_r1002282879


##########
spark/v3.3/build.gradle:
##########
@@ -140,6 +140,9 @@ project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer
       exclude group: 'org.roaringbitmap'
     }
 
+    testImplementation project(':iceberg-parquet')
+    testImplementation "org.apache.parquet:parquet-column"

Review Comment:
   Let me look into your test pointers.
   I put my repro in spark-extensions because I was simply following the example given in https://github.com/apache/iceberg/issues/5927. And in order to use UPDATE, we need the spark-extensions JAR to be present.



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org