Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Delegate IColumn.fill_null/drop_null to Arrow #96

Closed
wants to merge 1 commit into from

Conversation

wenleix
Copy link
Contributor

@wenleix wenleix commented Dec 2, 2021

Summary:
As title

NOTE: the changes of diff only delegate IColumn.fill_null to Arrow since TorchArrow is using Apache Arrow 2.0.0, which doesn't support drop_null until Apache Arrow 6: https://arrow.apache.org/docs/python/api/compute.html#selections

Reviewed By: wenleix

Differential Revision: D32770009

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Dec 2, 2021
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D32770009

wenleix pushed a commit to wenleix/torcharrow that referenced this pull request Dec 2, 2021
Summary:
Pull Request resolved: pytorch#96

As title

NOTE: the changes of diff only delegate IColumn.fill_null to Arrow since TorchArrow is using Apache Arrow 2.0.0, which doesn't support `drop_null` until Apache Arrow 6: https://arrow.apache.org/docs/python/api/compute.html#selections

Reviewed By: wenleix

Differential Revision: D32770009

fbshipit-source-id: 533df9e60582fe6f45266da6dac26576d6b0d5fb
@wenleix wenleix force-pushed the export-D32770009-to-fbsync branch from dac95e3 to 347d37d Compare December 2, 2021 01:08
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D32770009

wenleix pushed a commit to wenleix/torcharrow that referenced this pull request Dec 6, 2021
Summary:
Pull Request resolved: pytorch#96

As title

NOTE: the changes of diff only delegate IColumn.fill_null to Arrow since TorchArrow is using Apache Arrow 2.0.0, which doesn't support `drop_null` until Apache Arrow 6: https://arrow.apache.org/docs/python/api/compute.html#selections

Reviewed By: wenleix

Differential Revision: D32770009

fbshipit-source-id: 2fbdbf6529ba677292acbcfd78f7d256282e3561
@wenleix wenleix force-pushed the export-D32770009-to-fbsync branch from 347d37d to 5756613 Compare December 6, 2021 16:08
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D32770009

Summary:
Pull Request resolved: pytorch#96

As title

NOTE: the changes of diff only delegate IColumn.fill_null to Arrow since TorchArrow is using Apache Arrow 2.0.0, which doesn't support `drop_null` until Apache Arrow 6: https://arrow.apache.org/docs/python/api/compute.html#selections

Reviewed By: wenleix

Differential Revision: D32770009

fbshipit-source-id: d010b66369d5e347f06fd715eb0202ccb7e912ef
@wenleix wenleix force-pushed the export-D32770009-to-fbsync branch from 5756613 to 315aa3b Compare December 6, 2021 20:31
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D32770009

facebook-github-bot pushed a commit that referenced this pull request Dec 7, 2021
Summary:
Pull Request resolved: #96

As title

NOTE: the changes of diff only delegate IColumn.fill_null to Arrow since TorchArrow is using Apache Arrow 2.0.0, which doesn't support `drop_null` until Apache Arrow 6: https://arrow.apache.org/docs/python/api/compute.html#selections

Reviewed By: wenleix, OswinC

Differential Revision: D32770009

fbshipit-source-id: 14ad956d406f4125b176eb5cbb65eb16492c1cd1
@wenleix wenleix closed this in 3d06b72 Dec 13, 2021
@facebook-github-bot
Copy link
Contributor

This pull request has been reverted by a7a1ed6.

@wenleix wenleix deleted the export-D32770009-to-fbsync branch January 18, 2022 16:54
@wenleix
Copy link
Contributor Author

wenleix commented Jan 18, 2022

Related issue: #64

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Reverted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants