arjunsr1 opened a new issue, #13396: URL: https://github.com/apache/arrow/issues/13396
I'm trying to use the merge function in table.rb (Line 358) and it's not giving me the functionality I am expecting. From what I interpreted, the function should take the table that is passed in as a parameter, and append the rows to the original table. However, I tried to use this function where the table that is calling the function had 53 rows, and the parameter table had 1 row, and the resulting table had only 1 row instead of what I assumed should be 54 rows. I also noticed the TODO comment above the method. Is this function a work in progress? -- 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]
