This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 9e9935bcc chore: Remove unused class (#2437)
9e9935bcc is described below
commit 9e9935bcc4b16e18296bc0d643d43ceb5e6467dc
Author: Zhen Wang <[email protected]>
AuthorDate: Mon Sep 22 23:37:14 2025 +0800
chore: Remove unused class (#2437)
---
.../apache/spark/sql/comet/DataSourceHelpers.scala | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git
a/spark/src/main/scala/org/apache/spark/sql/comet/DataSourceHelpers.scala
b/spark/src/main/scala/org/apache/spark/sql/comet/DataSourceHelpers.scala
deleted file mode 100644
index 5c505c403..000000000
--- a/spark/src/main/scala/org/apache/spark/sql/comet/DataSourceHelpers.scala
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.spark.sql.comet
-
-import org.apache.spark.sql.catalyst.expressions.Expression
-import org.apache.spark.sql.execution.datasources._
-import org.apache.spark.sql.sources._
-
-object DataSourceHelpers {
- def getPushedDownFilters(relation: BaseRelation, dataFilters:
Seq[Expression]): Seq[Filter] = {
- val supportNestedPredicatePushdown =
DataSourceUtils.supportNestedPredicatePushdown(relation)
- dataFilters.flatMap(DataSourceStrategy.translateFilter(_,
supportNestedPredicatePushdown))
- }
-}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]