You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/17 13:54:49 UTC

[GitHub] [arrow-rs] martin-g opened a new issue, #1902: `dynamic_types` example does not print the projection

martin-g opened a new issue, #1902:
URL: https://github.com/apache/arrow-rs/issues/1902

   **Describe the bug**
   
   https://github.com/apache/arrow-rs/blob/master/arrow/examples/dynamic_types.rs shows how to use and project `RecordBatch`es.
   I think it would be a slightly more useful if it actually prints the original and the projection.
   
   **To Reproduce**
   
   ```
   $ cd arrow
   $ cargo run --example dynamic_types
   ```
   
   **Expected behavior**
   
   Print the `RecordBatch`es, e.g.:
   ```
   +----+-----+
   | id | sum |
   +----+-----+
   | 1  | 2.2 |
   | 2  | 3.3 |
   | 3  | 4.4 |
   | 4  | 5.5 |
   | 5  | 6.6 |
   +----+-----+
   ```
   
   **Additional context**
   N/A


-- 
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


[GitHub] [arrow-rs] alamb closed issue #1902: `dynamic_types` example does not print the projection

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1902: `dynamic_types` example does not print the projection
URL: https://github.com/apache/arrow-rs/issues/1902


-- 
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