leaves12138 commented on code in PR #7602:
URL: https://github.com/apache/paimon/pull/7602#discussion_r3195536974


##########
paimon-core/src/main/java/org/apache/paimon/table/source/AbstractDataTableRead.java:
##########
@@ -96,6 +121,19 @@ public final RecordReader<InternalRow> createReader(Split 
split) throws IOExcept
             split = authSplit.split();
             authResult = authSplit.authResult();
         }
+
+        if (catalogContext != null) {
+            RowType rowType = this.readType == null ? schema.logicalRowType() 
: this.readType;

Review Comment:
   I wish someday, maybe, primary-key table could use blob (blob_view and 
blob_descriptor) as well~



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