mapleFU commented on issue #35748:
URL: https://github.com/apache/arrow/issues/35748#issuecomment-1765922917

   Oh my bad. I've written some code in this way, since it's my own logic.
   
   ```
   a: [(1, "1"), (2, "2)]
   b: [(1, "3"), (3, "4)]
   ```
   
   concate and unique by column 0:
   
   ```
   a: [(1, "3"), (2, "2), (3, "4)]
   ```
   
   Since it contains the logic of merging, so I written the code myself.


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