This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 21f98317f9 [Minor][VL]feat: relax the restrict since velox-cudf
supports reading part parquet file (#11660)
21f98317f9 is described below
commit 21f98317f98b2975019e7db470ca0f1391f660c7
Author: Jin Chengcheng <[email protected]>
AuthorDate: Fri Feb 27 17:14:39 2026 +0800
[Minor][VL]feat: relax the restrict since velox-cudf supports reading part
parquet file (#11660)
---
cpp/velox/compute/WholeStageResultIterator.cc | 2 --
1 file changed, 2 deletions(-)
diff --git a/cpp/velox/compute/WholeStageResultIterator.cc
b/cpp/velox/compute/WholeStageResultIterator.cc
index 157f9829b8..babcaf0e5f 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -178,8 +178,6 @@ WholeStageResultIterator::WholeStageResultIterator(
if (canUseCudfConnector && enableCudf_ &&
veloxCfg_->get<bool>(kCudfEnableTableScan,
kCudfEnableTableScanDefault)) {
connectorId = kCudfHiveConnectorId;
- VELOX_CHECK_EQ(starts[idx], 0, "Not support split file");
- VELOX_CHECK_EQ(lengths[idx], scanInfo->properties[idx]->fileSize,
"Not support split file");
}
#endif
split = std::make_shared<velox::connector::hive::HiveConnectorSplit>(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]