Skip to content

Commit

Permalink
[native] Advance velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta committed Jan 13, 2025
1 parent bec3573 commit 8549ed7
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
+7 −27 velox/common/memory/ByteStream.cpp
+29 −1 velox/common/memory/ByteStream.h
+7 −0 velox/connectors/hive/storage_adapters/hdfs/HdfsFileSystem.cpp
+1 −1 velox/connectors/hive/storage_adapters/hdfs/tests/HdfsFileSystemTest.cpp
+10 −0 velox/docs/functions/spark/datetime.rst
+2 −2 velox/dwio/catalog/fbhive/CMakeLists.txt
+12 −16 velox/dwio/catalog/fbhive/FileUtils.cpp
+1 −1 velox/dwio/catalog/fbhive/test/CMakeLists.txt
+20 −6 velox/dwio/catalog/fbhive/test/FileUtilsTests.cpp
+1 −8 velox/dwio/text/writer/CMakeLists.txt
+62 −26 velox/exec/LocalPartition.cpp
+31 −3 velox/exec/LocalPartition.h
+2 −1 velox/exec/ScaleWriterLocalPartition.cpp
+4 −3 velox/exec/Task.cpp
+2 −1 velox/exec/TaskStructs.h
+16 −13 velox/exec/fuzzer/PrestoQueryRunner.cpp
+28 −3 velox/exec/tests/LocalPartitionTest.cpp
+2 −0 velox/experimental/wave/common/CMakeLists.txt
+13 −60 velox/experimental/wave/common/Compile.cu
+2 −2 velox/experimental/wave/common/StringView.h
+1 −1 velox/experimental/wave/exec/Aggregation.cpp
+2 −6 velox/experimental/wave/exec/ToWave.h
+3 −3 velox/experimental/wave/exec/Wave.cpp
+1 −1 velox/experimental/wave/exec/Wave.h
+2 −2 velox/experimental/wave/jit/Headers.h
+23 −0 velox/functions/prestosql/UuidFunctions.h
+6 −2 velox/functions/prestosql/aggregates/SumAggregate.cpp
+19 −0 velox/functions/prestosql/aggregates/tests/SumTest.cpp
+114 −0 velox/functions/prestosql/tests/UuidFunctionsTest.cpp
+2 −0 velox/functions/sparksql/registration/RegisterDatetime.cpp
+50 −47 velox/serializers/PrestoSerializer.cpp
+7 −3 velox/vector/BaseVector.h
+20 −7 velox/vector/ConstantVector.h
+7 −3 velox/vector/DictionaryVector.h
+1 −1 velox/vector/LazyVector.h
+1 −5 velox/vector/SequenceVector.h

0 comments on commit 8549ed7

Please sign in to comment.