Skip to content

Commit

Permalink
[native] Advance velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta authored and aditi-pandit committed Jul 12, 2024
1 parent bfe68e6 commit d5094e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 39 files
+2 −5 .github/workflows/docker.yml
+6 −2 .github/workflows/linux-build.yml
+73 −0 .github/workflows/scheduled.yml
+10 −2 CMake/FindArrow.cmake
+2 −1 CMake/resolve_dependency_modules/arrow/CMakeLists.txt
+0 −2 README.md
+1 −1 docker-compose.yml
+0 −2 scripts/adapters.dockerfile
+0 −3 scripts/centos.dockerfile
+1 −2 scripts/check-container.dockfile
+12 −23 scripts/setup-adapters.sh
+24 −19 scripts/setup-centos9.sh
+34 −51 scripts/setup-helper-functions.sh
+24 −20 scripts/setup-ubuntu.sh
+3 −4 scripts/ubuntu-22.04-cpp.dockerfile
+2 −0 velox/common/base/BitUtil.cpp
+17 −2 velox/connectors/hive/iceberg/tests/IcebergSplitReaderBenchmark.cpp
+2 −0 velox/connectors/hive/iceberg/tests/IcebergSplitReaderBenchmark.h
+1 −1 velox/connectors/hive/storage_adapters/s3fs/tests/MinioServer.h
+5 −0 velox/docs/functions/presto/math.rst
+8 −0 velox/docs/functions/spark/string.rst
+4 −4 velox/dwio/common/WriterFactory.cpp
+0 −4 velox/exec/ExchangeSource.h
+10 −0 velox/exec/HashBuild.cpp
+2 −1 velox/exec/HashTable.cpp
+25 −25 velox/exec/RowContainer.h
+19 −8 velox/exec/fuzzer/WriterFuzzer.cpp
+0 −1 velox/exec/tests/AggregationRunnerTest.cpp
+84 −24 velox/exec/tests/HashJoinTest.cpp
+31 −28 velox/expression/fuzzer/ExpressionFuzzer.cpp
+29 −0 velox/functions/prestosql/Probability.h
+2 −0 velox/functions/prestosql/registration/ProbabilityTrigonometricFunctionsRegistration.cpp
+26 −0 velox/functions/prestosql/tests/ProbabilityTest.cpp
+3 −0 velox/functions/sparksql/Register.cpp
+32 −0 velox/functions/sparksql/String.h
+21 −0 velox/functions/sparksql/tests/StringTest.cpp
+0 −54 velox/tpch/gen/dbgen/text.cpp
+0 −17 velox/type/Timestamp.cpp
+0 −60 velox/type/TimestampConversion.cpp

0 comments on commit d5094e3

Please sign in to comment.