comphead commented on issue #3170: URL: https://github.com/apache/arrow-datafusion/issues/3170#issuecomment-1250180356
@alamb it appears we have 2 code bases for supporting arrays: - built in scalar function that drives `make_array(x, y)` function - sql planner that drives `array[x, y]` or `[x, y]` constructions. All those constructions do the same work, but they can be out of sync like now. do we need to support all 2 branches? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
