Mrart opened a new pull request, #8655: URL: https://github.com/apache/paimon/pull/8655
### Purpose Basically, all the trigger conditions are met: DEBUG logging was enabled for org.apache.paimon.flink.lookup.FileStoreLookupFunction in the production environment. A lookup join is being used, and the table created is a SecondaryIndexLookupTable. The join key is contract_no, which is not the complete primary key. The logs show _KEY_contract_no and _KEY_reg_valid, indicating that the full key also involves reg_valid. There is a mismatch in the field order among the lookup projection, Paimon's internal read schema, and the original table schema. The DEBUG branch attempts to print the matched rows, which leads to the execution of logRow(). ### Tests -- 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]
