zeroshade commented on code in PR #1238:
URL: https://github.com/apache/iceberg-go/pull/1238#discussion_r3461353445


##########
table/arrow_utils.go:
##########
@@ -1190,8 +1178,33 @@ func (a *arrowProjectionVisitor) Primitive(_ 
iceberg.PrimitiveType, arr arrow.Ar
        return arr
 }
 
+// Variant reassembles a shredded variant back into the unshredded layout so 
the
+// projected schema matches; without it the scanner fails to assemble the 
table.

Review Comment:
   the utility is merged, you can update the arrow-go dep here and change this 
to use it (I'll plan on doing a new release of arrow-go in the next couple 
weeks)



-- 
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]

Reply via email to