ffacs commented on code in PR #2453:
URL: https://github.com/apache/orc/pull/2453#discussion_r2480630427


##########
c++/src/sargs/SargsApplier.cc:
##########
@@ -227,6 +227,9 @@ namespace orc {
     const char* blob = dictionary.dictionaryBlob.data();
     size_t dictSize = dictionary.dictionaryOffset.size() - 1;
 
+    // Use a set to store matching dictionary entries
+    std::set<size_t> matchingDictEntries;

Review Comment:
   size_t matchingDictEntries;



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