Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
After SwissTable implements find() method in ARROW-13532, Grouper can add Find() method to its interface. Note that the main problem is that Grouper uses mutable member variables for storing temporary data, whenever it is doing hash table lookups, even when the hash table is used as read-only. Grouper is also not thread-safe, while Find() method ideally should be thread-safe, working on immutable object.
Attachments
Issue Links
- is a child of
-
ARROW-12633 [C++] Query engine umbrella issue
- Open
- relates to
-
ARROW-13268 [C++][Compute] Add ExecNode for semi and anti-semi join
- Resolved