Skip to content

Commit

Permalink
[native] Advance velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta committed Aug 18, 2024
1 parent a707af8 commit c4e1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 54 files
+3 −2 velox/common/caching/SsdFile.h
+1 −0 velox/common/config/Config.h
+0 −2 velox/common/file/FileInputStream.h
+2 −2 velox/common/file/tests/FileInputStreamTest.cpp
+0 −2 velox/common/memory/ByteStream.cpp
+0 −262 velox/common/memory/ByteStream.h
+1 −0 velox/common/memory/CMakeLists.txt
+11 −6 velox/common/memory/Memory.cpp
+22 −1 velox/common/memory/Memory.h
+2 −2 velox/common/memory/MemoryArbitrator.h
+83 −16 velox/common/memory/SharedArbitrator.cpp
+77 −16 velox/common/memory/SharedArbitrator.h
+119 −52 velox/common/memory/tests/MockSharedArbitratorTest.cpp
+1 −2 velox/connectors/hive/HiveDataSink.cpp
+3 −2 velox/dwio/common/Options.h
+5 −0 velox/dwio/dwrf/writer/Writer.cpp
+4 −0 velox/dwio/dwrf/writer/Writer.h
+11 −17 velox/dwio/parquet/writer/Writer.cpp
+3 −2 velox/dwio/parquet/writer/Writer.h
+0 −6 velox/exec/ExchangeQueue.cpp
+0 −4 velox/exec/ExchangeQueue.h
+0 −101 velox/exec/SpillFile.cpp
+0 −78 velox/exec/SpillFile.h
+7 −5 velox/exec/StreamingWindowBuild.cpp
+1 −1 velox/exec/StreamingWindowBuild.h
+53 −54 velox/exec/Window.cpp
+19 −22 velox/exec/Window.h
+42 −44 velox/exec/WindowBuild.h
+12 −13 velox/exec/WindowPartition.cpp
+1 −0 velox/exec/fuzzer/CMakeLists.txt
+15 −0 velox/exec/fuzzer/DuckQueryRunner.cpp
+11 −0 velox/exec/fuzzer/DuckQueryRunner.h
+51 −14 velox/exec/fuzzer/JoinFuzzer.cpp
+19 −1 velox/exec/fuzzer/PrestoQueryRunner.cpp
+6 −0 velox/exec/fuzzer/PrestoQueryRunner.h
+11 −0 velox/exec/fuzzer/ReferenceQueryRunner.h
+1 −0 velox/exec/tests/TableScanTest.cpp
+6 −1 velox/exec/tests/utils/ArbitratorTestUtil.cpp
+3 −1 velox/exec/tests/utils/ArbitratorTestUtil.h
+8 −80 velox/expression/CastExpr-inl.h
+4 −0 velox/functions/prestosql/BinaryFunctions.h
+8 −4 velox/functions/prestosql/tests/BinaryFunctionsTest.cpp
+2 −2 velox/functions/prestosql/types/tests/HyperLogLogTypeTest.cpp
+2 −2 velox/functions/prestosql/types/tests/IPAddressTypeTest.cpp
+2 −2 velox/functions/prestosql/types/tests/JsonTypeTest.cpp
+2 −2 velox/functions/prestosql/types/tests/TimestampWithTimeZoneTypeTest.cpp
+2 −2 velox/functions/prestosql/types/tests/UuidTypeTest.cpp
+11 −0 velox/type/DecimalUtil.cpp
+66 −0 velox/type/DecimalUtil.h
+67 −0 velox/type/tests/DecimalTest.cpp
+2 −1 velox/vector/ComplexVector.cpp
+1 −4 velox/vector/fuzzer/VectorFuzzer.cpp
+3 −0 velox/vector/fuzzer/VectorFuzzer.h
+10 −0 velox/vector/tests/VectorTest.cpp

0 comments on commit c4e1ab3

Please sign in to comment.