-
### Description
These are cases needed by Spark but not being supported in Velox: https://github.com/rui-mo/velox/commit/75f4024af8be9024dc2c38fbcf0ce250f65f5a90.
-
```
[758/763] Linking CXX executable presto_cpp/main/tests/presto_server_test
FAILED: presto_cpp/main/tests/presto_server_test
: && /opt/rh/gcc-toolset-9/root/usr/bin/c++ -mavx2 -mfma -mavx -mf16…
-
### Bug description
For backward capability of parsing/formatting of timestamp/date strings expression behavior and adoption of new behaviors. Spark adds a setting `spark.sql.legacy.timeParserPolic…
-
### Bug description
@spershin found that word_stem library does not preserve the capitalization of words like Presto Java
In Presto Java:
```
SELECT word_stem(c0) from (values ('Reston'), ('Earn…
-
### Description
It seems that after the fix https://github.com/facebookincubator/velox/pull/10624 (context in https://github.com/facebookincubator/velox/issues/10561), array_intersect now produces …
-
### Problem description
```
In file included from /tmp/gluten/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc:18:
/tmp/gluten/cpp/velox/tests/JsonToProtoConverter.h:20:10: fatal error: 'google…
-
### Description
Query: select weibull_cdf(0.4723340815398842, 0.6774091541301459, c0) from (values -123.1) t(c0);
Presto-0.289: Returns 0
Velox: Throws an exception "Error in function boost::math::…
-
### Description
Query: select laplace_cdf(1, c0, 0.3) from (values nan()) t(c0);
Presto-0.289: Throws an exception "(INVALID_FUNCTION_ARGUMENT) laplaceCdf Function: scale must be greater than 0"
Ve…
-
### Description
Support for Velox ConstantVector conversion into Arrow REE was recently added in Velox's Arrow Bridge. We now need to add the opposite direction (Arrow REE to Velox Vector).
Other…
-
RAS planner has been added into code base for 6 months, and it's time to move it forward.
In our company, an internal fallback benchmark, which consists of queries with considerable number of opera…