Skip to content

Commit

Permalink
[native] Advance Velox
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-pandit authored and amitkdutta committed Nov 4, 2023
1 parent e9b4ed4 commit 4199cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 36 files
+34 −0 CMake/resolve_dependency_modules/cpr.cmake
+41 −0 CMake/resolve_dependency_modules/cpr/cpr-libcurl-compatible.patch
+5 −0 CMakeLists.txt
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+2 −0 scripts/setup-ubuntu.sh
+0 −8 velox/common/memory/MemoryArbitrator.h
+1 −2 velox/connectors/hive/tests/HiveDataSinkTest.cpp
+4 −6 velox/core/PlanNode.h
+23 −5 velox/core/QueryCtx.cpp
+14 −5 velox/core/QueryCtx.h
+6 −6 velox/core/tests/PlanFragmentTest.cpp
+1 −1 velox/dwio/common/SortingWriter.h
+90 −26 velox/exec/GroupingSet.cpp
+26 −10 velox/exec/GroupingSet.h
+87 −31 velox/exec/HashAggregation.cpp
+7 −0 velox/exec/HashAggregation.h
+6 −6 velox/exec/HashTable.cpp
+14 −2 velox/exec/HashTable.h
+1 −0 velox/exec/Operator.cpp
+2 −1 velox/exec/Operator.h
+1 −0 velox/exec/TableWriter.cpp
+117 −62 velox/exec/tests/AggregationTest.cpp
+7 −0 velox/exec/tests/CMakeLists.txt
+51 −0 velox/exec/tests/CprHttpClientTest.cpp
+25 −0 velox/exec/tests/HashTableTest.cpp
+120 −0 velox/exec/tests/SharedArbitratorTest.cpp
+0 −35 velox/expression/tests/ExprTest.cpp
+0 −2 velox/functions/prestosql/benchmarks/MapSubscriptCachingBenchmark.cpp
+0 −1 velox/functions/prestosql/registration/ArrayFunctionsRegistration.cpp
+2 −2 velox/vector/DictionaryVector.h
+207 −109 velox/vector/arrow/Bridge.cpp
+116 −7 velox/vector/arrow/tests/ArrowBridgeArrayTest.cpp
+1 −1 velox/vector/tests/DecodedVectorTest.cpp
+1 −4 velox/vector/tests/LazyVectorTest.cpp
+47 −0 velox/vector/tests/VectorTest.cpp
+42 −0 velox/vector/tests/utils/VectorTestBase.h

0 comments on commit 4199cad

Please sign in to comment.