You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there is any need to support pre-1.0.0 IPC streams in the long term, although I think it is good to support them initially to ensure we are starting on the same level as all the other Arrow implementations.
The text was updated successfully, but these errors were encountered:
In the process of actually supporting pre 1.0.0 messages for the integration testing (#643), I figured out where we can just skip those tests:
https://github.com/apache/arrow/blob/7cc07681189e71ef986653129a6804a81d32ce8f/dev/archery/archery/integration/runner.py#L179
I don't think there is any need to support pre-1.0.0 IPC streams in the long term, although I think it is good to support them initially to ensure we are starting on the same level as all the other Arrow implementations.
The text was updated successfully, but these errors were encountered: