-
### Problem description
I'm trying to compile gluten in a new Ubuntu 20.04 container. Below the steps:
1. Start the Ubuntu 20.04 container
```
docker run --rm --name gluten-build-20.04 -it -v …
-
-
### Bug description
https://github.com/facebookincubator/velox/actions/runs/9522147066/job/26251627440?pr=10202
```
I20240614 14:08:52.780838 585 AggregationFuzzerBase.cpp:410] Executing query …
-
## Your Environment
* Prestissimo worker
## Steps to Reproduce
1. SET SESSION optimized_repartitioning = true;
2. SELECT ds, ( "max"( CAST( 2 AS int ) ) + 1 ) num_shards FROM "customer_bucketed$…
-
### Description
@oerling is requests that we get Velox running on the Fedora distribution. I spent a little time to see if we could get it working out of the box, but Fedora is significantly diverged…
kgpai updated
10 months ago
-
### Discussed in https://github.com/facebookincubator/velox/discussions/8994
Originally posted by **majetideepak** March 6, 2024
We should implement a TPCDS connector in Velox to generate dat…
-
centos7, Why does the build fail? lz4 version issue?
+ run_and_time install_folly
+ install_folly
+ cd /tmp/velox-deps
+ github_checkout facebook/folly v2022.11.14.00
+ local REPO=facebook/fo…
-
### Problem description
Hi all, I was trying to run the TPC-H benchmark but encountered this problem:
```
/home/tison/velox-qi/cmake-build-release/velox/benchmarks/tpch/velox_tpch_benchmark --dat…
-
### Description
### Context
Within the current Velox implementation, there are three distinct modules utilizing different compression codecs and methods:
**Parquet datasource** - Uses Arrow codec…
-
### Backend
VL (Velox)
### Bug description
When run ssb-q4.2 with scale 100T and enable columnar shuffle writes, we found that shuffle write byte added up of all stages increase as the number…