Skip to content

Commit

Permalink
[native] Advance velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta committed Dec 17, 2024
1 parent f1e1fe5 commit 52b159b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 38 files
+16 −10 velox/connectors/hive/storage_adapters/hdfs/HdfsFileSystem.cpp
+8 −2 velox/connectors/hive/storage_adapters/hdfs/HdfsFileSystem.h
+8 −4 velox/connectors/hive/storage_adapters/hdfs/tests/HdfsFileSystemTest.cpp
+3 −2 velox/connectors/tpch/TpchConnector.cpp
+1 −0 velox/dwio/common/Options.h
+21 −21 velox/exec/HashProbe.cpp
+8 −0 velox/exec/OperatorTraceReader.cpp
+17 −16 velox/exec/OperatorTraceWriter.cpp
+0 −1 velox/exec/OperatorTraceWriter.h
+23 −5 velox/exec/Trace.cpp
+12 −2 velox/exec/Trace.h
+36 −10 velox/exec/fuzzer/DuckQueryRunner.cpp
+104 −41 velox/exec/fuzzer/JoinFuzzer.cpp
+36 −11 velox/exec/fuzzer/PrestoQueryRunner.cpp
+60 −42 velox/exec/tests/HashJoinTest.cpp
+4 −0 velox/exec/tests/OperatorTraceTest.cpp
+3 −1 velox/exec/tests/TableWriteTest.cpp
+9 −1 velox/exec/tests/TraceUtilTest.cpp
+1 −1 velox/functions/prestosql/aggregates/ClassificationAggregation.cpp
+1 −2 velox/functions/prestosql/aggregates/tests/ClassificationAggregationTest.cpp
+14 −10 velox/tool/trace/TraceReplayRunner.cpp
+1 −1 velox/tool/trace/TraceReplayRunner.h
+66 −1 velox/tool/trace/tests/TableScanReplayerTest.cpp
+1 −1 velox/tpch/gen/TpchGen.cpp
+10 −7 velox/tpch/gen/dbgen/bm_utils.cpp
+58 −30 velox/tpch/gen/dbgen/build.cpp
+1 −1 velox/tpch/gen/dbgen/include/dbgen/dss.h
+69 −44 velox/tpch/gen/dbgen/include/tpch_constants.hpp
+19 −4 velox/tpch/gen/dbgen/permute.cpp
+21 −5 velox/tpch/gen/dbgen/rnd.cpp
+17 −2 velox/tpch/gen/dbgen/rng64.cpp
+23 −20 velox/tpch/gen/dbgen/speed_seed.cpp
+2 −2 velox/tpch/gen/dbgen/text.cpp
+3 −2 velox/vector/LazyVector.h
+258 −14 velox/vector/VectorPrinter.cpp
+69 −0 velox/vector/VectorPrinter.h
+1 −0 velox/vector/tests/CMakeLists.txt
+100 −2 velox/vector/tests/VectorPrinterTest.cpp

0 comments on commit 52b159b

Please sign in to comment.