1. |
Implement vectorized logical expressions. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
2. |
Implement vectorized column-scalar expressions |
|
Resolved |
Jitendra Nath Pandey
|
|
|
3. |
Implement class for vectorized row batch |
|
Resolved |
Eric Hanson
|
|
|
4. |
Implement classes for column vectors. |
|
Resolved |
Eric Hanson
|
|
|
5. |
Change ORC tree readers to return batches of rows instead of a row |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
6. |
Implement Vectorized Column-Column expressions |
|
Resolved |
Jitendra Nath Pandey
|
|
|
7. |
Implement Vectorized Scalar-Column expressions |
|
Resolved |
Eric Hanson
|
|
|
8. |
Implement vectorized aggregation expressions |
|
Resolved |
Remus Rusanu
|
|
|
9. |
Implement vectorized string column-scalar filters |
|
Resolved |
Eric Hanson
|
|
|
10. |
Implement vectorized string functions UPPER(), LOWER(), LENGTH() |
|
Resolved |
Eric Hanson
|
|
|
11. |
Implement vectorized LIKE filter |
|
Resolved |
Eric Hanson
|
|
|
12. |
Vectorized filter and select operators |
|
Resolved |
Jitendra Nath Pandey
|
|
|
13. |
Generate vectorized execution plan |
|
Resolved |
Jitendra Nath Pandey
|
|
|
14. |
Vectorized expression for unary minus. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
15. |
Implement vectorized string concatenation |
|
Resolved |
Eric Hanson
|
|
|
16. |
Extend Vector Aggregates to support GROUP BY |
|
Resolved |
Remus Rusanu
|
|
|
17. |
Add support for string column type vector aggregates: COUNT, MIN and MAX |
|
Resolved |
Remus Rusanu
|
|
|
18. |
Add support for COUNT(*) in vector aggregates |
|
Resolved |
Remus Rusanu
|
|
|
19. |
Input format to read vector data from ORC |
|
Resolved |
Jitendra Nath Pandey
|
|
|
20. |
Support partitioned tables in vectorized query execution. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
21. |
Queries not supported by vectorized code path should fall back to non vector path. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
22. |
set isRepeating to false by default in ColumnArithmeticColumn.txt |
|
Resolved |
Eric Hanson
|
|
|
23. |
Finish support for modulo (%) operator for vectorized arithmetic |
|
Resolved |
Eric Hanson
|
|
|
24. |
Add unit tests for vectorized IS NULL and IS NOT NULL filters |
|
Resolved |
Jitendra Nath Pandey
|
|
|
25. |
Extend plan vectorization to cover GroupByOperator |
|
Resolved |
Remus Rusanu
|
|
|
26. |
OR, NOT Filter logic can lose an array, and always takes time O(VectorizedRowBatch.DEFAULT_SIZE) |
|
Resolved |
Jitendra Nath Pandey
|
|
|
27. |
Improvement in logical expressions and checkstyle fixes. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
28. |
remove redundant copy of arithmetic filter unit test testColOpScalarNumericFilterNullAndRepeatingLogic |
|
Resolved |
Eric Hanson
|
|
|
29. |
In ORC, add boolean noNulls flag to column stripe metadata |
|
Closed |
Prasanth Jayachandran
|
|
|
30. |
Child expressions are not being evaluated hierarchically in a few templates. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
31. |
Implement partition support for vectorized query execution |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
32. |
Vectorized row batch should be initialized with additional columns to hold intermediate output. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
33. |
Template file VectorUDAFAvg.txt missing from public branch; CodeGen.java fails |
|
Resolved |
Remus Rusanu
|
|
|
34. |
Input format to read vector data from RC file |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
35. |
Implement vectorized filter for string column compared to string column |
|
Resolved |
Eric Hanson
|
|
|
36. |
Implement vectorized string substr |
|
Resolved |
Timothy Chen
|
|
|
37. |
Integer division should be cast to double. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
38. |
Vectorized reader support for Byte Boolean and Timestamp. |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
39. |
The vectorized plan is not picking right expression class for string concatenation. |
|
Resolved |
Eric Hanson
|
|
|
40. |
Handle constants in projection |
|
Resolved |
Jitendra Nath Pandey
|
|
|
41. |
Add partition support for vectorized ORC Input format |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
42. |
vectorized NotCol operation does not handle short-circuit evaluation for NULL propagation correctly |
|
Resolved |
Jitendra Nath Pandey
|
|
|
43. |
IsNotNull and NotCol incorrectly handle nulls. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
44. |
select * fails on orc table when vectorization is enabled |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
45. |
only explicit int type works e2e. tiny,small, and big all fail with: org.apache.hadoop.hive.ql.metadata.HiveException: Unsuported JIT vectorization column type |
|
Resolved |
Tony Murphy
|
|
|
46. |
Move test utils and fix build to remove false test failures |
|
Resolved |
Tony Murphy
|
|
|
47. |
Run check-style on the branch and fix style issues. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
48. |
VectorizedRowBatchCtx::CreateVectorizedRowBatch should create only the projected columns and not all columns |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
49. |
Speed up vectorized LIKE filter for special cases abc%, %abc and %abc% |
|
Resolved |
Teddy Choi
|
|
|
50. |
Vectorized RecordReader for ORC does not set the ColumnVector.IsRepeating correctly |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
51. |
Column Column, and Column Scalar vectorized execution tests |
|
Resolved |
Tony Murphy
|
|
|
52. |
In place filtering in Not Filter doesn't handle nulls correctly. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
53. |
fix failure to set output isNull to true and other NULL propagation issues; update arithmetic tests |
|
Resolved |
Eric Hanson
|
|
|
54. |
Support strings in GROUP BY keys |
|
Resolved |
Remus Rusanu
|
|
|
55. |
Fix serialization exceptions in VectorGroupByOperator |
|
Resolved |
Remus Rusanu
|
|
|
56. |
Remove test code from ql\src\java tree, place it itn ql\src\test tree |
|
Resolved |
Tony Murphy
|
|
|
57. |
VectorGroupByOperator steals the non-vectorized children and crashes query if vectorization fails |
|
Resolved |
Jitendra Nath Pandey
|
|
|
58. |
Vectorized reader support for timestamp in ORC. |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
59. |
Enable running all hive e2e tests under vectorization |
|
Resolved |
Tony Murphy
|
|
|
60. |
VectorSelectOperator projections change the index of columns for subsequent operators. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
61. |
Cleanup column type dependencies in vectorization aggregate code |
|
Open |
Remus Rusanu
|
|
|
62. |
Implement vector group by hash spill |
|
Resolved |
Remus Rusanu
|
|
|
63. |
Support DISTINCT in vectorized aggregates |
|
Open |
Remus Rusanu
|
|
|
64. |
Vectorized UDFs for Timestamp in nanoseconds |
|
Resolved |
Gopal V
|
|
|
65. |
Vectorized aggregates do not emit proper rows in presence of GROUP BY |
|
Resolved |
Remus Rusanu
|
|
|
66. |
Improve cache friendliness of VectorHashKeyWrapper |
|
Open |
Remus Rusanu
|
|
|
67. |
Integrate Vectorized Substr into Vectorized QE |
|
Resolved |
Eric Hanson
|
|
|
68. |
Fix VectorUDAFSum.txt to honor the expected vector column type |
|
Resolved |
Remus Rusanu
|
|
|
69. |
CommonOrcInputFormat should be the default input format for Orc tables. |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
70. |
Implement vectorized RLIKE and REGEXP filter expressions |
|
Resolved |
Teddy Choi
|
|
|
71. |
Unit test failure in TestColumnScalarOperationVectorExpressionEvaluation |
|
Resolved |
Jitendra Nath Pandey
|
|
|
72. |
TestVectorGroupByOperator causes asserts in StandardStructObjectInspector.init |
|
Resolved |
Remus Rusanu
|
|
|
73. |
VectorHashKeyWrapperBatch.java should be in vector package (instead of exec) |
|
Resolved |
Remus Rusanu
|
|
|
74. |
Favor serde2.io Writable classes over hadoop.io ones |
|
Resolved |
Remus Rusanu
|
|
|
75. |
Remove unused org.apache.hadoop.hive.ql.exec Writables |
|
Open |
Unassigned
|
|
|
76. |
Vectorization not working with negative constants, hive doesn't fold constants. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
77. |
Implement vectorized text reader to read vectorized data from Text file |
|
Patch Available |
Sarvesh Sakalanaga
|
|
|
78. |
Support Hive specific DISTRIBUTE BY clause in VectorGroupByOperator |
|
Open |
Remus Rusanu
|
|
|
79. |
error at VectorExecMapper.close in group-by-agg query over ORC, vectorized |
|
Resolved |
Jitendra Nath Pandey
|
|
|
80. |
Count(*) over tpch lineitem ORC results in Error: Java heap space |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
81. |
tpch query 1 fails with java.lang.ClassCastException |
|
Resolved |
Jitendra Nath Pandey
|
|
|
82. |
wrong results for query with modulo (%) in WHERE clause filter |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
83. |
Use VectorExpessionWriter to write column vectors into Writables. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
84. |
Optimize COUNT(*) aggregate over vectorized ORC execution path |
|
Open |
Unassigned
|
|
|
85. |
second clause of AND, OR filter not applied for vectorized execution |
|
Resolved |
Jitendra Nath Pandey
|
|
|
86. |
second clause of OR filter not applied in vectorized query execution |
|
Resolved |
Jitendra Nath Pandey
|
|
|
87. |
Fix ORC TimestampTreeReader.nextVector() to handle milli-nano math corectly |
|
Resolved |
Gopal V
|
|
|
88. |
Query with filter constant on left of "=" and column expression on right does not vectorize |
|
Resolved |
Jitendra Nath Pandey
|
|
|
89. |
query using LIKE does not vectorize |
|
Resolved |
Eric Hanson
|
|
|
90. |
Max on float returning wrong results |
|
Resolved |
Remus Rusanu
|
|
|
91. |
incorrect result for max aggregate over int column |
|
Resolved |
Remus Rusanu
|
|
|
92. |
NPE in writing null values. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
93. |
Unit test failure in TestColumnColumnOperationVectorExpressionEvaluation |
|
Resolved |
Eric Hanson
|
|
|
94. |
Fix ORC TestVectorizedORCReader testcase for Timestamps |
|
Resolved |
Gopal V
|
|
|
95. |
Integrate basic UDFs for Timesamp |
|
Resolved |
Gopal V
|
|
|
96. |
Optimize filter Column IN ( list-of-constants ) for vectorized execution |
|
Resolved |
Unassigned
|
|
|
97. |
Unit test failure TestVectorSelectOperator |
|
Resolved |
Jitendra Nath Pandey
|
|
|
98. |
TestCase FakeVectorRowBatchFromObjectIterables error |
|
Resolved |
Eric Hanson
|
|
|
99. |
Query on Table with partition columns fail with AlreadyBeingCreatedException |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
100. |
Vectorized Sum of scalar subtract column returns negative result when positive exected |
|
Resolved |
Jitendra Nath Pandey
|
|
|
101. |
Classcast exception with two group by keys of types string and tinyint. |
|
Resolved |
Remus Rusanu
|
|
|
102. |
array out of bounds exception near VectorHashKeyWrapper.getBytes() with 2 column GROUP BY |
|
Resolved |
Remus Rusanu
|
|
|
103. |
MIN on timestamp column gives incorrect result. |
|
Resolved |
Gopal V
|
|
|
104. |
Optimize ORC StringTreeReader::nextVector to not create dictionary of strings for each call to nextVector |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
105. |
Float aggregate of single value loses precission |
|
Open |
Remus Rusanu
|
|
|
106. |
Unary Minus Expression Throwing java.lang.NullPointerException |
|
Resolved |
Jitendra Nath Pandey
|
|
|
107. |
java.lang.RuntimeException: Hive Runtime Error while closing operators: java.lang.ClassCastException: org.apache.hadoop.io.NullWritable cannot be cast to org.apache.hadoop.hive.serde2.io.DoubleWritable |
|
Resolved |
Jitendra Nath Pandey
|
|
|
108. |
OrcInputFormat should be enhanced to provide vectorized input. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
109. |
NULLs and record separators broken with vectorization branch intermediate outputs |
|
Resolved |
Gopal V
|
|
|
110. |
Vectorized ORC reader does not handle absence of column present stream correctly. |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
111. |
Null Pointer Exception in Group By Operator |
|
Resolved |
Jitendra Nath Pandey
|
|
|
112. |
Hive Runtime Error while closing operators: java.lang.NullPointerException |
|
Resolved |
Remus Rusanu
|
|
|
113. |
Incorrect aggregate results |
|
Resolved |
Remus Rusanu
|
|
|
114. |
make vectorized LOWER(), UPPER(), LENGTH() work end-to-end; support expression input for vectorized LIKE |
|
Resolved |
Eric Hanson
|
|
|
115. |
Unit e2e tests for vectorization |
|
Resolved |
Tony Murphy
|
|
|
116. |
Implement vectorized type casting for all types |
|
Resolved |
Eric Hanson
|
|
|
117. |
implement vectorized math functions |
|
Resolved |
Eric Hanson
|
|
|
118. |
implement vectorized TRIM(), LTRIM(), RTRIM() |
|
Resolved |
Eric Hanson
|
|
|
119. |
Make vectorization branch compile under JDK 7 |
|
Resolved |
Ashutosh Chauhan
|
|
|
120. |
Implement Vectorized Limit Operator |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
121. |
std, stddev and stddev_pop aggregates on double/float fail to vectorize |
|
Resolved |
Remus Rusanu
|
|
|
122. |
Implement vectorized JOIN operators |
|
Resolved |
Remus Rusanu
|
|
|
123. |
String column comparison classes should be renamed. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
124. |
ORC TimestampTreeReader.nextVector() off by a second when time in fractional |
|
Resolved |
Gopal V
|
|
|
125. |
make vectorized math functions work end-to-end (update VectorizationContext.java) |
|
Resolved |
Eric Hanson
|
|
|
126. |
Vectorized ORC reader does not set isRepeating flag correctly when 1’s are present is the input stream |
|
Resolved |
Sarvesh Sakalanaga
|
|
|
127. |
create template for string scalar compared with string column |
|
Resolved |
Eric Hanson
|
|
|
128. |
MAX/MIN aggregates yield incorrect results |
|
Resolved |
Remus Rusanu
|
|
|
129. |
Make RLIKE/REGEXP run end-to-end by updating VectorizationContext |
|
Resolved |
Teddy Choi
|
|
|
130. |
Allow prevention of string column re-use for string functions that can set results by reference |
|
Open |
Unassigned
|
|
|
131. |
Vectorized plan generation should be added as an optimization transform. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
132. |
Create bridge for custom UDFs to operate in vectorized mode |
|
Resolved |
Eric Hanson
|
|
|
133. |
Unit test failure in TestVectorTimestampExpressions |
|
Resolved |
Gopal V
|
|
|
134. |
Consolidate and simplify vectorization code and test generation |
|
Resolved |
Tony Murphy
|
|
|
135. |
Make vector expressions serializable. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
136. |
FilterExprOrExpr changes the order of the rows |
|
Resolved |
Jitendra Nath Pandey
|
|
|
137. |
Vector operators should inherit from non-vector operators for code re-use. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
138. |
Enhance explain to indicate vectorized execution of operators. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
139. |
orc_create.q and other orc tests fail on the branch. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
140. |
The code generation should be part of the build process. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
141. |
Update hive-default.xml.template for vectorization flag; remove unused imports from MetaStoreUtils.java |
|
Resolved |
Jitendra Nath Pandey
|
|
|
142. |
Commit vectorization test data, comment/rename vectorization tests. |
|
Resolved |
Tony Murphy
|
|
|
143. |
Boolean constants in the query are not handled correctly. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
144. |
VectorizedRowBatch member variables are public. |
|
Reopened |
Jitendra Nath Pandey
|
|
|
145. |
Follow convention for placing modifiers in variable declaration. |
|
Open |
Jitendra Nath Pandey
|
|
|
146. |
Avoid catching Throwable and converting them to exceptions. |
|
Open |
Jitendra Nath Pandey
|
|
|
147. |
Refactor VectorizationContext and handle NOT expression with nulls. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
148. |
Vectorization throws exception with nested UDF. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
149. |
TopN optimization in VectorReduceSink |
|
Resolved |
Sergey Shelukhin
|
|
|
150. |
Implement end-to-end tests for vectorized string and math functions, and casts |
|
Resolved |
Eric Hanson
|
|
|
151. |
Vectorized query failing for partitioned tables. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
152. |
Handle virtual columns and schema evolution in vector code path |
|
Open |
Matt McCline
|
|
|
153. |
Implement vectorized year/month/day... etc. for string arguments |
|
Resolved |
Teddy Choi
|
|
|
154. |
Implement BETWEEN filter in vectorized mode |
|
Resolved |
Eric Hanson
|
|
|
155. |
Implement support for IN (list-of-constants) filter in vectorized mode |
|
Resolved |
Eric Hanson
|
|
|
156. |
Write initial user documentation for vectorized query on Hive Wiki |
|
Resolved |
Eric Hanson
|
|
|
157. |
Exception in vectorized map join. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
158. |
Implement vectorized SMB JOIN |
|
Resolved |
Remus Rusanu
|
|
|
159. |
Fix validation of nested expressions. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
160. |
Exception in UDFs with large number of arguments. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
161. |
Vectorized Shuffle Join produces incorrect results |
|
Resolved |
Remus Rusanu
|
|
|
162. |
Supported UDFs should have a separate annotation to indicate they are vectorizable. |
|
Open |
Jitendra Nath Pandey
|
|
|
163. |
Validation doesn't catch SMBMapJoin |
|
Resolved |
Jitendra Nath Pandey
|
|
|
164. |
Intermediate columns are incorrectly initialized for partitioned tables. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
165. |
Add unit test for vectorized BETWEEN for timestamp inputs |
|
Resolved |
Eric Hanson
|
|
|
166. |
Implement support for BETWEEN in SELECT list |
|
Patch Available |
Navis
|
|
|
167. |
Implement vectorization support for IF conditional expression for long, double, timestamp, boolean and string inputs |
|
Resolved |
Eric Hanson
|
|
|
168. |
Implement vectorized support for CASE |
|
Resolved |
Eric Hanson
|
|
|
169. |
Implement vectorized support for NOT IN filter |
|
Resolved |
Eric Hanson
|
|
|
170. |
Implement vectorized support for COALESCE conditional expression |
|
Resolved |
Jitendra Nath Pandey
|
|
|
171. |
Implement vectorized support for the DATE data type |
|
Resolved |
Teddy Choi
|
|
|
172. |
Implement vectorized support for the DECIMAL data type |
|
In Progress |
Eric Hanson
|
|
|
173. |
Implement vectorization support for IF conditional expression for boolean and timestamp inputs |
|
Resolved |
Eric Hanson
|
|
|
174. |
Implement vectorization support for IF conditional expression for string inputs |
|
Resolved |
Eric Hanson
|
|
|
175. |
query fails in vectorized mode on empty partitioned table |
|
Open |
Unassigned
|
|
|
176. |
Implement vectorized support for IN as boolean-valued expression |
|
Resolved |
Eric Hanson
|
|
|
177. |
Implement vectorized support for CASE WHEN a THEN b [WHEN c THEN d]* [ELSE e] END |
|
Resolved |
Unassigned
|
|
|
178. |
Rollups not supported in vector mode. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
179. |
Failure in cast to timestamps. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
180. |
Add vectorized reader for Parquet files |
|
Closed |
Remus Rusanu
|
|
|
181. |
Contribute Decimal128 high-performance decimal(p, s) package from Microsoft to Hive |
|
Resolved |
Eric Hanson
|
|
|
182. |
Create DecimalColumnVector and a representative VectorExpression for decimal |
|
Resolved |
Eric Hanson
|
|
|
183. |
Implement vectorized decimal comparison filters |
|
Resolved |
Eric Hanson
|
|
|
184. |
Support basic Decimal arithmetic in vector mode (+, -, *) |
|
Resolved |
Eric Hanson
|
|
|
185. |
Implement vectorized decimal division and modulo |
|
Resolved |
Eric Hanson
|
|
|
186. |
Implement vectorized reader for Date datatype for ORC format. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
187. |
Implement vectorized reader for DECIMAL datatype for ORC format. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
188. |
Implement vectorized type cast from/to decimal(p, s) |
|
Resolved |
Eric Hanson
|
|
|
189. |
error in vectorized Column-Column comparison filter for repeating case |
|
Resolved |
Eric Hanson
|
|
|
190. |
Make Vector Group By operator abandon grouping if too many distinct keys |
|
Resolved |
Remus Rusanu
|
|
|
191. |
Implement fast vectorized InputFormat extension for text files |
|
Open |
Eric Hanson
|
|
|
192. |
error in high-precision division for Decimal128 |
|
Resolved |
Eric Hanson
|
|
|
193. |
Add more unit tests for high-precision Decimal128 arithmetic |
|
Resolved |
Eric Hanson
|
|
|
194. |
VectorExpressionWriter for date and decimal datatypes. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
195. |
Generate vectorized plan for decimal expressions. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
196. |
Add DECIMAL support to vectorized group by operator |
|
Resolved |
Remus Rusanu
|
|
|
197. |
Add DECIMAL support to vectorized JOIN operators |
|
Resolved |
Remus Rusanu
|
|
|
198. |
Column name map is broken |
|
Resolved |
Jitendra Nath Pandey
|
|
|
199. |
Extend the alltypesorc test table to include DECIMAL columns |
|
Open |
Unassigned
|
|
|
200. |
Implement vectorized unary minus for decimal |
|
Resolved |
Jitendra Nath Pandey
|
|
|
201. |
bug in high-precision Decimal128 multiply |
|
Resolved |
Eric Hanson
|
|
|
202. |
Vectorized mathematical functions for decimal type. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
203. |
fix bug in UnsignedInt128.multiplyArrays4And4To8 and revert temporary fix in Decimal128.multiplyDestructive |
|
Open |
Jitendra Nath Pandey
|
|
|
204. |
Queries fail to Vectorize. |
|
Resolved |
Jitendra Nath Pandey
|
|
|
205. |
Remove unnecessary white spaces in vectorization code |
|
Patch Available |
Teddy Choi
|
|
|