This is an automated email from the ASF dual-hosted git repository.

changchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


    from 944c92623 [GLUTEN-6695][CH] Introduce shuffleWallTime in CHMetricsApi 
to calculate the overall shuffle write time (#6696)
     add 5d6c6f3a0 [GLUTEN-6588][CH] Cast columns if necessary before finally 
writing to ORC/Parquet files during native inserting (#6691)

No new revisions were added by this update.

Summary of changes:
 .../datasources/CHDatasourceJniWrapper.java        |  2 +-
 .../datasources/v1/CHFormatWriterInjects.scala     | 14 ++++++-
 .../GlutenClickHouseNativeWriteTableSuite.scala    | 10 ++---
 cpp-ch/local-engine/Common/CHUtil.cpp              |  5 ++-
 cpp-ch/local-engine/Common/CHUtil.h                |  3 +-
 .../Storages/Output/FileWriterWrappers.cpp         | 28 ++++++++++----
 .../Storages/Output/FileWriterWrappers.h           | 12 +++---
 .../Storages/Output/ORCOutputFormatFile.cpp        |  6 +--
 .../Storages/Output/ORCOutputFormatFile.h          |  4 +-
 .../Storages/Output/OutputFormatFile.cpp           | 43 +++++++++++-----------
 .../Storages/Output/OutputFormatFile.h             | 10 +++--
 .../Storages/Output/ParquetOutputFormatFile.cpp    |  8 ++--
 .../Storages/Output/ParquetOutputFormatFile.h      |  3 +-
 .../Storages/SubstraitSource/FormatFile.h          |  9 +----
 .../Storages/SubstraitSource/ORCFormatFile.cpp     |  1 +
 cpp-ch/local-engine/local_engine_jni.cpp           | 32 ++++++++++------
 16 files changed, 107 insertions(+), 83 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to