Skip to content

Conversation

@kosiew
Copy link
Contributor

@kosiew kosiew commented Nov 14, 2024

Which issue does this PR close?

Completes a task in #463

Rationale for this change

This PR introduces a new function, make_list, which is an alias for the existing make_array function and also tests.

What changes are included in this PR?

Functionality: Added a new function make_list in functions.py, which is an alias for make_array.

Tests: Updated test_functions.py to include parameterized tests for both make_array and make_list, ensuring consistency in functionality.

Are there any user-facing changes?

Yes, the addition of the make_list function expands the API, providing users with a new way to achieve the same behavior as make_array.

Copy link
Member

@timsaucer timsaucer 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!

@timsaucer timsaucer merged commit 92b093c into apache:main Nov 23, 2024
15 checks passed
@kosiew kosiew deleted the add-make-list branch November 25, 2024 07:05
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.

2 participants