findepi commented on PR #13707: URL: https://github.com/apache/datafusion/pull/13707#issuecomment-2531323364
@Dandandan that was a question, not a suggestion. (for context, i recently exploited lack of parallelism of VALUES to test some UDF behavior around around arrays vs scalars.) VALUES can turn into larger data sets -- for example with sequence + unnest -- but i don't see a need to optimize around this at this point. Just being curious, whether this round robin above leaves gets also inserted above values. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
