This is an automated email from the ASF dual-hosted git repository.
rui pushed a change to branch wip_data_col
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
omit dd03539e7c Disable the type check
add d00a12b8ca [VL] Enable BatchEvalPythonExecSuite (#9780)
add 33ce2edfab Rename ConfigProvider to GlutenConfigProvider
add f691dfb453 [GLUTEN-9756][VL] Support jemalloc memory profile dump on
exit (#9759)
add dc3d703210 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250604)
(#9856)
add 6af4384bcb [VL] quick fix: set INSTALL_PREFIX to /usr/local and align
with Velox (#9861)
add 6cb700239f [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_04)
(#9857)
add caf0d178d3 Disable the type check
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dd03539e7c)
\
N -- N -- N refs/heads/wip_data_col (caf0d178d3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../apache/gluten/monitor/VeloxMemoryProfiler.java | 42 +++++++++
.../backendsapi/velox/VeloxListenerApi.scala | 17 +++-
.../org/apache/gluten/config/VeloxConfig.scala | 9 ++
cpp-ch/clickhouse.version | 4 +-
.../local-engine/Storages/Parquet/ParquetMeta.cpp | 4 +-
cpp-ch/local-engine/Storages/Parquet/ParquetMeta.h | 2 +
.../Parquet/VectorizedParquetRecordReader.cpp | 9 +-
.../Storages/SubstraitSource/ParquetFormatFile.cpp | 1 +
.../local-engine/tests/benchmark_parquet_read.cpp | 2 +
cpp-ch/local-engine/tests/gtest_parquet_read.cpp | 1 +
cpp-ch/local-engine/tests/gtest_parquet_write.cpp | 2 +-
cpp/velox/jni/VeloxJniWrapper.cc | 32 +++++++
dev/builddeps-veloxbe.sh | 2 +-
docs/developers/ProfileMemoryOfGlutenWithVelox.md | 15 +++
ep/build-velox/src/get_velox.sh | 2 +-
.../gluten/utils/velox/VeloxTestSettings.scala | 7 ++
.../python/GlutenBatchEvalPythonExecSuite.scala | 102 +++++++++++++++++++++
.../gluten/utils/velox/VeloxTestSettings.scala | 7 ++
.../python/GlutenBatchEvalPythonExecSuite.scala | 102 +++++++++++++++++++++
.../gluten/utils/velox/VeloxTestSettings.scala | 7 ++
.../python/GlutenBatchEvalPythonExecSuite.scala | 102 +++++++++++++++++++++
.../gluten/utils/velox/VeloxTestSettings.scala | 7 ++
.../python/GlutenBatchEvalPythonExecSuite.scala | 102 +++++++++++++++++++++
.../org/apache/gluten/config/ConfigEntry.scala | 17 ++--
.../apache/spark/sql/internal/ConfigProvider.scala | 6 +-
.../spark/sql/internal/GlutenConfigUtil.scala | 5 +-
26 files changed, 585 insertions(+), 23 deletions(-)
create mode 100644
backends-velox/src/main/java/org/apache/gluten/monitor/VeloxMemoryProfiler.java
create mode 100644
gluten-ut/spark32/src/test/scala/org/apache/spark/sql/execution/python/GlutenBatchEvalPythonExecSuite.scala
create mode 100644
gluten-ut/spark33/src/test/scala/org/apache/spark/sql/execution/python/GlutenBatchEvalPythonExecSuite.scala
create mode 100644
gluten-ut/spark34/src/test/scala/org/apache/spark/sql/execution/python/GlutenBatchEvalPythonExecSuite.scala
create mode 100644
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/execution/python/GlutenBatchEvalPythonExecSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]