wsjz commented on code in PR #19681:
URL: https://github.com/apache/doris/pull/19681#discussion_r1198757265


##########
be/src/vec/exec/scan/vfile_scanner.cpp:
##########
@@ -641,6 +642,14 @@ Status VFileScanner::_get_next_reader() {
             init_status = ((NewJsonReader*)(_cur_reader.get()))->init_reader();
             break;
         }
+        case TFileFormatType::FORMAT_JNI: {
+            // test
+            LOG(INFO) << "FORMAT_JNI ";
+            _cur_reader = PaimonJniReader::create_unique(_file_slot_descs, 
_state, _profile, range);

Review Comment:
   JNI type is not only paimon, can you judge this in any other way?



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