-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: vectorization-branch
-
Fix Version/s: vectorization-branch, 0.13.0
-
Component/s: Query Processor
-
Labels:None
With the dataset attached by Tony, running:
select max(ctinyint), max(csmallint), max(cint), max(cbigint), max(cfloat), max(cdouble) from alltypes_orc;
this is the result in rowmode:
OK
62 16379 1073737829 2146661184 62.0 16376.0
This is the result in vector mode:
OK
1 16379 1071926788 -106115134 62.0 16361.0