Skip to content

Conversation

@PsiACE
Copy link
Member

@PsiACE PsiACE commented Nov 16, 2023

Which issue does this PR close?

Closes #8210.

Rationale for this change

Part of #6195.

What changes are included in this PR?

Deleted projection.rs and added test cases in projection.slt.

Are these changes tested?

Yes. I followed the conversion rules.

Due to the fact that the projectioned data files used for testing are from other SQLLogicTest cases and do not exactly match the numbers generated by the original code, some of the test results may differ. However, I believe that they are all within expectations.

Are there any user-facing changes?

No

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Nov 16, 2023
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @PsiACE !

Signed-off-by: Chojan Shang <[email protected]>
@PsiACE
Copy link
Member Author

PsiACE commented Nov 17, 2023

Thank you @PsiACE !

I am glad that I have the opportunity to participate in the arrow community again in 2023. I think I will try to do some interesting things. It's also nice to meet you again.

@alamb
Copy link
Contributor

alamb commented Nov 17, 2023

Thank you @PsiACE !

I am glad that I have the opportunity to participate in the arrow community again in 2023. I think I will try to do some interesting things. It's also nice to meet you again.

Its great to see you back!

@alamb alamb merged commit 91eec3f into apache:main Nov 17, 2023
@PsiACE PsiACE deleted the projection-slt branch November 17, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port tests in projection.rs to sqllogictest

2 participants