-
### Bug description
2024-10-31T03:07:36.0277034Z [ RUN ] HiveTypeSerializer.unregisteredOpaque
2024-10-31T03:07:36.0278095Z /__w/velox/velox/velox/type/fbhive/tests/HiveTypeSerializerTests.cpp:…
-
Presto UI Stage Performance tab does not show operators which refer to plan nodes which were created on worker side during plan rewriting and are not present in original plan.
Example of code that …
-
### Backend
VL (Velox)
### Bug description
This is a tracker to collect all the critical issues in Gluten v1.2.0 and plan to be fix in v1.2.1.
Discussion in here: https://github.com/apache/i…
-
### Problem description
I'm building velox with static linking `./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --spark_version=3.5` . It produces 2 .so files, libgluten.so and libvelox.so in `cpp/build…
-
### Description
As a followup to fixing native UUID serialization, it would be good to enhance the vector fuzzer tests to add UUID types for e2e serialization tests.
Previous discussion at https:…
-
### Description
Query: select cauchy_cdf(c0, infinity(), infinity()) from (values 0.2687126256059855) t(c0);
Presto-0.289: Returns NaN
Velox: Returns 0.5
### Error Reproduction
_No response_
###…
-
### Bug description
I found that TPC-DS hash probe performance is regressed by ~10% with the PR, https://github.com/facebookincubator/velox/pull/10652.
### System information
Spark 3.5 & Gluten 1.…
-
### Bug description
```
[393/1774] Building CXX object velox/dwio/common/CMakeFiles/velox_dwio_common.dir/TypeWithId.cpp.o
FAILED: velox/dwio/common/CMakeFiles/velox_dwio_common.dir/TypeWithId.cp…
-
### Bug description
Full Outer Joins results are expected to have unmatched rows from either table with nulls for the other table's columns. There is a bug in Velox's implementation where when x ro…
-
### Description
Today, expression fuzzer compares the results of an expression from the regular expression evaluator to the results from a simplified expression evaluator. However, both evaluators ar…