Skip to content

test: Extend Spark Array functions: array_repeat , shuffle and slice test coverage#20420

Open
erenavsarogullari wants to merge 1 commit intoapache:mainfrom
erenavsarogullari:datafusion_spark_array_functions_test_coverage
Open

test: Extend Spark Array functions: array_repeat , shuffle and slice test coverage#20420
erenavsarogullari wants to merge 1 commit intoapache:mainfrom
erenavsarogullari:datafusion_spark_array_functions_test_coverage

Conversation

@erenavsarogullari
Copy link
Member

@erenavsarogullari erenavsarogullari commented Feb 18, 2026

Which issue does this PR close?

Rationale for this change

This PR adds new positive and negative test cases for datafusion-spark array functions: array_repeat , shuffle, slice for the following use-cases:

- nested function execution,
- invalid parameter settings to verify validation,
- different datatypes such as timestamp,
- casting before function execution

Also, being updated contributor-guide testing documentation with minor addition.

What changes are included in this PR?

Being added new positive and negative test cases to datafusion-spark array functions: array_repeat , shuffle, slice.

Are these changes tested?

Yes, adding new positive and negative test cases.

Are there any user-facing changes?

No

@github-actions github-actions bot added documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt) spark labels Feb 18, 2026
@erenavsarogullari erenavsarogullari force-pushed the datafusion_spark_array_functions_test_coverage branch 2 times, most recently from 9d73003 to 674f724 Compare February 18, 2026 05:10
@github-actions github-actions bot removed the spark label Feb 18, 2026
@erenavsarogullari erenavsarogullari force-pushed the datafusion_spark_array_functions_test_coverage branch from 674f724 to 693ba61 Compare February 18, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend Spark Array functions: array_repeat , shuffle and slice test coverage

1 participant