[ 
https://issues.apache.org/jira/browse/ARROW-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424893#comment-16424893
 ] 

ASF GitHub Bot commented on ARROW-2385:
---------------------------------------

maxim-lian commented on a change in pull request #1829: ARROW-2385: [Rust] 
implement to_json for DataType and Field
URL: https://github.com/apache/arrow/pull/1829#discussion_r179012360
 
 

 ##########
 File path: rust/src/datatypes.rs
 ##########
 @@ -15,7 +15,15 @@
 // specific language governing permissions and limitations
 // under the License.
 
-#[derive(Debug, Clone)]
+use serde_json;
+use serde_json::Value;
+
+#[derive(Debug, Clone, PartialEq)]
+pub enum ArrowError {
 
 Review comment:
   There is one of these in `errors.rs` FYI

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Rust] Implement to_json() for Field and DataType
> -------------------------------------------------
>
>                 Key: ARROW-2385
>                 URL: https://issues.apache.org/jira/browse/ARROW-2385
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> Implementing JSON representation of DataType and Field as per Arrow 
> specifications.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to