Deepak Majeti
Deepak Majeti
I see the following errors on Amazon Linux 2 with g++ (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2) [59/85] Building CXX object CMakeFiles/fizz.dir/experimental/ktls/KTLS.cpp.o FAILED: CMakeFiles/fizz.dir/experimental/ktls/KTLS.cpp.o /opt/rh/devtoolset-9/root/usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK...
We must register connector factories in the client and not in the Velox library.
## Description ## Motivation and Context ## Impact ## Test Plan ## Contributor checklist - [ ] Please make sure your submission complies with our [development](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#development), [formatting](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#formatting), [commit message](https://github.com/prestodb/presto/wiki/Review-and-Commit-guidelines#commit-formatting-and-pull-requests), and...
## Description Velox library will be removing the connector factory registrations as part of https://github.com/facebookincubator/velox/pull/8871 We now need to register these factories in Prestissimo. ## Motivation and Context ## Impact...
S3 tests require a specific older Minio version which supports accessing an S3 bucket via the linux filesystem API.
## Description ## Motivation and Context ## Impact ## Test Plan ## Contributor checklist - [ ] Please make sure your submission complies with our [development](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#development), [formatting](https://github.com/prestodb/presto/wiki/Presto-Development-Guidelines#formatting), [commit message](https://github.com/prestodb/presto/wiki/Review-and-Commit-guidelines#commit-formatting-and-pull-requests), and...
TaskManagerTest.cpp currently uses DuckDB to validate the results. This adds an additional dependency to Prestissimo. We must remove this. We must either modify the test to compare with expected values...