Status: resolved
Severity:
failure
Category: Vlerq
Created: 2006-12-19
Updated: 2006-12-19
The following produces junk output in the B column:
set v [view {A B:I} mdef | data {a bb ccc} {1 22 333}]
view $v project {B A} | get
But it works if B is defined as :S.
Summary
Nasty one. If the first column was a 32-bit int col, no copy was made for hash column calculation, and then for any remaining columns that original contents would be overwritten with xor-ed hash values. This "optimization" in HashCol code has been removed.
- 2006-12-19 jcw
Imported
