YannByron commented on code in PR #6281:
URL: https://github.com/apache/paimon/pull/6281#discussion_r2362372796


##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/SparkInternalRowWrapper.java:
##########
@@ -69,11 +72,55 @@ public SparkInternalRowWrapper(int rowKindIdx, StructType 
structType, int length
         this.structType = structType;
     }
 
+    public SparkInternalRowWrapper(
+            int rowKindIdx, StructType structType, StructType rowSchema, int 
length) {

Review Comment:
   `tableSchema` and `dataSchema` may be more clear.



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

Reply via email to