hubgeter commented on code in PR #48723:
URL: https://github.com/apache/doris/pull/48723#discussion_r1992570080


##########
be/src/vec/exec/scan/file_scanner.cpp:
##########
@@ -1273,7 +1273,7 @@ Status FileScanner::_init_expr_ctxes() {
         if (slot_info.is_file_slot) {
             _file_slot_descs.emplace_back(it->second);
             _file_col_names.push_back(it->second->col_name());
-            if (it->second->col_unique_id() > 0) {
+            if (it->second->col_unique_id() >= 0) {

Review Comment:
   No, iceberg's field unique ID starts from 1,   paimon/hudi  field unique ID 
starts from 0.



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to