You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
File codebase array_expressions increased from a few lines to a thousand in a few weeks. Arrow Datafusion now supports more than 20 array functions: we can create array by make_array function, find any element or replace it. At this stage, it would be wise to clean up the code.
Goals of refactoring 🎯:
data types
tests
functionality of array functions
add beautiful comments
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
File codebase
array_expressions
increased from a few lines to a thousand in a few weeks. Arrow Datafusion now supports more than 20 array functions: we can create array bymake_array
function, find any element or replace it. At this stage, it would be wise to clean up the code.Goals of refactoring 🎯:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: