Boaz Ben-Zvi
Boaz Ben-Zvi
The new option is passed to the TimedCallable code via the existing ParquetReaderConfig parameter, by adding a Long field there - timeoutPerRunnableInMsec . The timeout (TIMEOUT_PER_RUNNABLE_IN_MSECS) is used there for...
DRILL-6845: Semi-Hash-Join to skip incoming build duplicates, automatically stop skipping if too few
The first two commits here were extracted from the original PR #1522 (DRILL-6735), where the Semi-Hash-Join was implemented in a straightforward way: Read data like a regular hash join (e.g....
Added a new option: **planner.memory.percent_reserved_allowance_from_direct** This new option enforces (when a query with buffered operators is run) reserving part of the Direct Memory for the non-buffered operators. It checks against...