[jira] [Updated] (ARROW-1497) [Java] JsonFileReader doesn't set value count for some vectors

2019-06-03 Thread Antoine Pitrou (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Pitrou updated ARROW-1497:
--
Component/s: Java

> [Java] JsonFileReader doesn't set value count for some vectors
> --
>
> Key: ARROW-1497
> URL: https://issues.apache.org/jira/browse/ARROW-1497
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Java
>Reporter: Li Jin
>Assignee: Li Jin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.7.1
>
>
> Currently, in complex types, JsonFileReader only sets value count for 
> NullableMapType by an instance check, this is error prone and cause issues 
> with reading other complex types:
> https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/file/json/JsonFileReader.java#L269
> We should have a better way to do this.



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


[jira] [Updated] (ARROW-1497) [Java] JsonFileReader doesn't set value count for some vectors

2017-09-20 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1497:

Fix Version/s: 0.8.0

> [Java] JsonFileReader doesn't set value count for some vectors
> --
>
> Key: ARROW-1497
> URL: https://issues.apache.org/jira/browse/ARROW-1497
> Project: Apache Arrow
>  Issue Type: Bug
>Reporter: Li Jin
>Assignee: Li Jin
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Currently, in complex types, JsonFileReader only sets value count for 
> NullableMapType by an instance check, this is error prone and cause issues 
> with reading other complex types:
> https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/file/json/JsonFileReader.java#L269
> We should have a better way to do this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1497) [Java] JsonFileReader doesn't set value count for some vectors

2017-09-20 Thread ASF GitHub Bot (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-1497:
--
Labels: pull-request-available  (was: )

> [Java] JsonFileReader doesn't set value count for some vectors
> --
>
> Key: ARROW-1497
> URL: https://issues.apache.org/jira/browse/ARROW-1497
> Project: Apache Arrow
>  Issue Type: Bug
>Reporter: Li Jin
>  Labels: pull-request-available
>
> Currently, in complex types, JsonFileReader only sets value count for 
> NullableMapType by an instance check, this is error prone and cause issues 
> with reading other complex types:
> https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/file/json/JsonFileReader.java#L269
> We should have a better way to do this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)