hadrian-reppas commented on issue #46780:
URL: https://github.com/apache/arrow/issues/46780#issuecomment-2963821623

   This also seems to be an issue in by-keys:
   ```python
   lhs = pa.table({
       "time": [0],
       "key": [0],
   })
   rhs = pa.table({
       "time": [0],
       "key": pa.array([None], type=pa.int64()),
       "payload": ["abc"],
   })
   ```
   produces
   ```
      time  key payload
   0     0    0     abc
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to