You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Folyd (via GitHub)" <gi...@apache.org> on 2023/10/19 10:12:36 UTC

[I] Support `RecordBatch::remove_column()` and `Schema::remove_field()` [arrow-rs]

Folyd opened a new issue, #4952:
URL: https://github.com/apache/arrow-rs/issues/4952

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   Arrow C++ implementation support removes column and field for `RecordBatch` and `Schema` respectively, `arrow-rs` doesn't have such APIs.
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   Add `RecordBatch::remove_column()` and `Schema::remove_field()`, similar to C++:
   
   - https://github.com/apache/arrow/blob/883a439076233f3f2836f281614ebe01601ccab9/cpp/src/arrow/record_batch.cc#L137
   - https://github.com/apache/arrow/blob/883a439076233f3f2836f281614ebe01601ccab9/cpp/src/arrow/type.h#L1171
   
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] Support `RecordBatch::remove_column()` and `Schema::remove_field()` [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4952:
URL: https://github.com/apache/arrow-rs/issues/4952#issuecomment-1770548694

   This should be a relatively straightforward task and can likely be modeled on the existing project methods


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] Support `RecordBatch::remove_column()` and `Schema::remove_field()` [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4952:
URL: https://github.com/apache/arrow-rs/issues/4952#issuecomment-1790473840

   `label_issue.py` automatically added labels {'arrow'} from #4964


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] Support `RecordBatch::remove_column()` and `Schema::remove_field()` [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4952: Support `RecordBatch::remove_column()` and `Schema::remove_field()`
URL: https://github.com/apache/arrow-rs/issues/4952


-- 
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-unsubscribe@arrow.apache.org

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