-
Native engine:
```
presto:de> SELECT checksum(cast(v as ipaddress)) FROM (VALUES '192.168.1.1', NULL ) as t (v);
_col0
-------------------------
63 5c d2 cd 6c 38 90 4b
``…
-
### Description
Query:
```
SELECT
INVERSE_NORMAL_CDF(
0.99995478457003,
0.4660736045334488,
INVERSE_BETA_CDF(
0.99995478457003,
ATAN2(0.38…
-
I'm cross posting this from the GIS Stack Exchange: https://gis.stackexchange.com/questions/314950/all-geotiff-raster-values-na-after-converting-to-velox
----
I'm able to extract average tree c…
-
Velox QueryConfig has a variety of execution parameters than can help tune performance.
For example, kMaxPartialAggregationMemory is set to 4MB. We might want to increase this for certain queries.
h…
-
### Backend
VL (Velox)
### Bug description
Setup: Running TPCDS benchmark on spark with gluten.
With increasing broadcast hash join threshold, the performance of TPCDS benchmark degrades (conf…
-
### Bug description
[Expected behavior] and [actual behavior].2024-06-03T20:33:37.4084594Z [ OK ] HashJoinTest.failedToReclaimFromHashJoinBuildersInNonReclaimableSection (5530 ms)
2024-06-03T2…
-
### Backend
VL (Velox)
### Bug description
Validate GenerateRel did not attempt to compile the generator. If the generator is not supported, Spark SQL will not fallback to GenerateRel, which will r…
-
### Description
We must replace the interfaces provided by `#include "arrow/io/memory.h"` and `#include "arrow/buffer_builder.h"` with equivalent Velox buffers and sinks.
Example: These headers ar…
-
Currently, The integration between spark and gluten/velox has made a good performance on parquet or lake format. And @vinothchandar also mentioned this in https://github.com/apache/hudi/pull/8679. So …
-
### Bug description
This code is no longer used. Let's delete it to avoid confusing and cycles spent on maintanance.
CC: @kgpai
### System information
n/a
### Relevant logs
_No response_