steFaiz commented on PR #7812: URL: https://github.com/apache/paimon/pull/7812#issuecomment-4456654037
@JingsongLi I found another case that may be difficult to solve without modifying BTreeIndexMeta: <img width="1208" height="200" alt="image" src="https://github.com/user-attachments/assets/846a07e1-c09b-423a-bd54-e7cb0861388b" /> visitIsNotNull will filter out all metas which only contain nulls. If a file only contains empty string, it will be filtered. We couldn't distinguish it from a real only-null file. -- 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]
