This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new c2d58694 [AURON #1817][Correctness Testing] Spark 3.3 - Add Functions
related tests (#1966)
c2d58694 is described below
commit c2d58694460dedd3e671f5e0380de5789dcab0e2
Author: Shreyesh <[email protected]>
AuthorDate: Wed Jan 28 23:36:17 2026 -0800
[AURON #1817][Correctness Testing] Spark 3.3 - Add Functions related tests
(#1966)
# Which issue does this PR close?
Closes #1817
# Rationale for this change
This changes is part of #1745, meant to enhance the correctness testing
within Spark.
# What changes are included in this PR?
Add support for all function-related tests in Spark 3.3
# Are there any user-facing changes?
N/A
# How was this patch tested?
UT
---
.../apache/spark/sql/AuronColumnExpressionSuite.scala | 19 +++++++++++++++++++
.../spark/sql/AuronDataFrameFunctionsSuite.scala | 19 +++++++++++++++++++
.../spark/sql/AuronDataFrameNaFunctionsSuite.scala | 19 +++++++++++++++++++
.../apache/spark/sql/AuronDataFrameStatSuite.scala | 19 +++++++++++++++++++
.../apache/spark/sql/AuronDateFunctionsSuite.scala | 19 +++++++++++++++++++
.../apache/spark/sql/AuronMathFunctionsSuite.scala | 19 +++++++++++++++++++
6 files changed, 114 insertions(+)
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronColumnExpressionSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronColumnExpressionSuite.scala
new file mode 100644
index 00000000..8411ace0
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronColumnExpressionSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronColumnExpressionSuite extends ColumnExpressionSuite with
SparkQueryTestsBase {}
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameFunctionsSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameFunctionsSuite.scala
new file mode 100644
index 00000000..98448e33
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameFunctionsSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronDataFrameFunctionsSuite extends DataFrameFunctionsSuite with
SparkQueryTestsBase {}
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameNaFunctionsSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameNaFunctionsSuite.scala
new file mode 100644
index 00000000..121af619
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameNaFunctionsSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronDataFrameNaFunctionsSuite extends DataFrameNaFunctionsSuite with
SparkQueryTestsBase {}
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameStatSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameStatSuite.scala
new file mode 100644
index 00000000..2000e583
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDataFrameStatSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronDataFrameStatSuite extends DataFrameStatSuite with
SparkQueryTestsBase {}
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDateFunctionsSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDateFunctionsSuite.scala
new file mode 100644
index 00000000..dddef76f
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronDateFunctionsSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronDateFunctionsSuite extends DateFunctionsSuite with
SparkQueryTestsBase {}
diff --git
a/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronMathFunctionsSuite.scala
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronMathFunctionsSuite.scala
new file mode 100644
index 00000000..eb2d96a9
--- /dev/null
+++
b/auron-spark-tests/spark33/src/test/scala/org/apache/spark/sql/AuronMathFunctionsSuite.scala
@@ -0,0 +1,19 @@
+/*
+ * 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
+
+class AuronMathFunctionsSuite extends MathFunctionsSuite with
SparkQueryTestsBase {}