TheNeuralBit commented on pull request #14948: URL: https://github.com/apache/beam/pull/14948#issuecomment-861879940
I updated the description - initially I thought this was a bug in pandas, but it turns out the bug was in Beam. `hash_array` was never intended to operate on `Index` objects, and we were just lucky that it worked with most Indexes. In pandas 1.3.0, we started running into this issue with all `Index` types (https://github.com/pandas-dev/pandas/issues/42003). -- 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. For queries about this service, please contact Infrastructure at: [email protected]
