mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
If a hash table stores null build-side rows, then it must treat null expressions in build side rows as being equal. Otherwise, long collision chains can accumulate, as rows with the same nulls will have the same hash values but not compare equal. Equality between build rows and probe rows stays the same. Change-Id: I5f11addca7dc97408f6eb89de5082657333d17b9 Reviewed-on: http://gerrit.cloudera.org:8080/1956 Reviewed-by: Jim Apple <jbapple@cloudera.com> Tested-by: Internal Jenkins
346 B
346 B
| 1 | # Generated File. |
|---|---|
| 2 | file_format: text, dataset: tpch, compression_codec: none, compression_type: none |
| 3 | file_format: seq, dataset: tpch, compression_codec: def, compression_type: block |
| 4 | file_format: seq, dataset: tpch, compression_codec: gzip, compression_type: record |
| 5 | file_format: text, dataset: tpch, compression_codec: lzo, compression_type: block |