Skip to content

test: Add CometTPCDSQueryTestSuite#628

Merged
viirya merged 1 commit intoapache:mainfrom
viirya:tpcds_suite
Jul 5, 2024
Merged

test: Add CometTPCDSQueryTestSuite#628
viirya merged 1 commit intoapache:mainfrom
viirya:tpcds_suite

Conversation

@viirya
Copy link
Copy Markdown
Member

@viirya viirya commented Jul 5, 2024

Which issue does this PR close?

Closes #629.

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@viirya viirya force-pushed the tpcds_suite branch 4 times, most recently from a06f2ba to ee8c25e Compare July 5, 2024 07:04
@viirya viirya marked this pull request as draft July 5, 2024 16:56
@viirya viirya force-pushed the tpcds_suite branch 4 times, most recently from 4f44dc5 to a461653 Compare July 5, 2024 18:45
@viirya viirya changed the title test: Copy Spark TPCDSQueryTestSuite to CometTPCDSQueryTestSuite test: Add CometTPCDSQueryTestSuite Jul 5, 2024
@viirya viirya marked this pull request as ready for review July 5, 2024 20:13
import org.apache.spark.sql.execution.command.{DescribeColumnCommand, DescribeCommandBase}
import org.apache.spark.sql.types.StructType

trait CometSQLQueryTestHelper {
Copy link
Copy Markdown
Member Author

@viirya viirya Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This copies from Spark SQLQueryTestHelper with a little changes to accommodate difference between Spark 3.3/3.4/3.5/4.0.

@viirya viirya merged commit 335146e into apache:main Jul 5, 2024
@viirya
Copy link
Copy Markdown
Member Author

viirya commented Jul 5, 2024

Thanks @andygrove

@viirya viirya deleted the tpcds_suite branch July 5, 2024 21:53
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
coderfender pushed a commit to coderfender/datafusion-comet that referenced this pull request Dec 13, 2025
## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes apache#123` indicates that this PR will close issue apache#123.
-->

N/A

## Rationale for this change

<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

Add some docs that may be helpful to other maintainers

## What changes are included in this PR?

<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

## How are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sorted rows returned by DataFusion sort operator could be in different order than Spark on irrelevant columns

2 participants