-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.13.0
-
Component/s: None
-
Labels:None
Vectorized implementations of string functions, math functions, and type casts have been implemented.
Currently, these have junit tests to verify input/output correctness on batches of rows. They have been tested from the command line to verify end-to-end execution. However, we should add end-to-end tests to verify they work from SQL statements and produce the right results. This will catch regressions in case of, for example, incorrect changes in VectorizationContext.java.