Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.12.0
-
None
-
ghx-label-7
Description
I was running the binary search locally to get the output of the binary search and wanted to override some query options. The obvious way to achieve this didn't work.
./tests/stress/concurrent_select.py --tpch-db=tpch_parquet --minicluster-num-impalads=3 --fail-upon-successive-errors=100 --runtime-info-path=hdfs-scan-mem-estimates-256k-buffers.json --samples 3 --common-query-options="default_spillable_buffer_size=256k"
I looked at fixing it but I wasn't sure the correct way to plumb the option through.