-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial PR for the framework reusing Vanilla Spark's unit tests #10743
Conversation
…Gluten) Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
1 similar comment
build |
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
Hi @GaryShen2008 @jlowe the PR has passed all CI checks, can you please help to review? |
tests/src/test/spark330/scala/org/apache/spark/sql/RapidsSQLTestsBaseTrait.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/RapidsSQLTestsBaseTrait.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/RapidsSQLTestsTrait.scala
Outdated
Show resolved
Hide resolved
...c/test/spark330/scala/org/apache/spark/sql/rapids/suites/RapidsDataFrameAggregateSuite.scala
Outdated
Show resolved
Hide resolved
.../src/test/spark330/scala/org/apache/spark/sql/rapids/suites/RapidsStringFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/RapidsTestsBaseTrait.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/BackendTestSettings.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/SQLQueryTestSettings.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
1 similar comment
build |
tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestsTrait.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestSettings.scala
Outdated
Show resolved
Hide resolved
class RapidsTestSettings extends BackendTestSettings { | ||
|
||
enableSuite[RapidsCastSuite] | ||
.exclude("Process Infinity, -Infinity, NaN in case insensitive manner") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but many things are passing UNKNOWN_ISSUE(), which is essentially not passing a reason. 😸
Is there a followup issue to investigate these? Probably should be at least one, or a series of issues maybe grouped by test type, and then that issue can be linked here and other places UNKNOWN_ISSUE was used.
tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/BackendTestSettings.scala
Outdated
Show resolved
Hide resolved
tests/src/test/spark330/scala/org/apache/spark/sql/RapidsTestsTrait.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
1 similar comment
build |
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
build |
…ts (NVIDIA#10743)" This reverts commit 4dee2f8.
(borrowing from Gluten)
Closes #10745
This PR adds a framework to enabling Vanilla Spark UTs by:
Most of codes are copied from Apache Gluten, which also follows Apache license.
To respect their work I kept their origin Apache License header in the source code file.
Currently we only focus on spark 3.3.0.
Check out more details at our internal design doc.