alamb commented on issue #6555:
URL: 
https://github.com/apache/arrow-datafusion/issues/6555#issuecomment-1605454487

   > . I did not find any JoinType can concat rows side by side. Are there any 
existing ways to achieve this?
   
   Maybe you could use `row_number()` window function to generate a number for 
each subquery and then use that row number as the join key?


-- 
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]

Reply via email to