[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-08-15 Thread Micah Kornfield (JIRA)


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

Micah Kornfield commented on ARROW-1875:


The java side to handle this change has been checked in, and is backwards 
compatible with the existing integration tests.  Thanks [~tianchen92]

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.0.0
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-31 Thread Ji Liu (JIRA)


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

Ji Liu commented on ARROW-1875:
---

(y)

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-31 Thread Micah Kornfield (JIRA)


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

Micah Kornfield commented on ARROW-1875:


I created: [https://github.com/apache/arrow/tree/integration_ints_as_strings]

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-31 Thread Ji Liu (JIRA)


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

Ji Liu commented on ARROW-1875:
---

[~emkornfi...@gmail.com] Thanks for clarify, what about I creating a new branch 
and invite people who are interested in other implementations to coordinate in 
Github (I can help with java side) ), once all implementations works done, we 
could get it merged.

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-31 Thread Micah Kornfield (JIRA)


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

Micah Kornfield commented on ARROW-1875:


We would also need to update the read path, and coordinate with contributors 
from the other implementations.

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-31 Thread Micah Kornfield (JIRA)


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

Micah Kornfield commented on ARROW-1875:


I would need to double check the code, but yes I believe it is in 
JsonFileWriter.  The idea is that javascript can better parse the longs as JSON 
strings then as JSON numbers.

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-07-30 Thread Ji Liu (JIRA)


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

Ji Liu commented on ARROW-1875:
---

[~emkornfi...@gmail.com] Not familiar with integration. Does this mean replace 
{{JsonFileWriter#generator.writeNumber}} with {{writeString}} for BigInt?

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-06-12 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

Anytime, doesn't need to be for 0.14

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-06-11 Thread Micah Kornfield (JIRA)


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

Micah Kornfield commented on ARROW-1875:


@wesm I should be able to fit this in for Java.  What timeframe were you 
thinking?

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 1.0.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-06-11 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

[~emkornfi...@gmail.com] [~paul.e.taylor] any chance the three of us could 
collude to make this change? I can help with the C++ work if there is Java and 
JS work to happen at the same time

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Integration, JavaScript
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.14.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-02-11 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

[~pravindra] any chance someone on your end might be able to look at this? We'd 
also have to make changes in C++, so we probably would want to create a branch 
where we can collaborate on this change

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.13.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2019-02-05 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

[~siddteotia] could you or anyone help with this on the Java side? I don't 
think this should be a huge project

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.13.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2018-09-15 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

Need someone to commit to provide timely help on the Java side before we can do 
this. I'm ready to do the work in C++ whenever it is required

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.12.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2018-07-05 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

OK. Let's take care of it in the 0.11 release cycle

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.11.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2018-06-30 Thread Brian Hulette (JIRA)


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

Brian Hulette commented on ARROW-1875:
--

This should be pretty straightforward on the Javascript side too. It's not a 
major priority since we were able to workaround the issue using 
[json-bignum|https://github.com/datalanche/json-bignum], but it would be nice 
to drop that dependency.

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.11.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2018-06-29 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-1875:
-

[~paul.e.taylor] [~bhulette] how much work is this on the JS side? The C++ and 
Java side should be relatively straightforward

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.11.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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


[jira] [Commented] (ARROW-1875) Write 64-bit ints as strings in integration test JSON files

2018-02-16 Thread Wes McKinney (JIRA)

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

Wes McKinney commented on ARROW-1875:
-

Moving to 0.10.0. Should try to do this in the course of completing the JS 
integration tests (reading and writing)

> Write 64-bit ints as strings in integration test JSON files
> ---
>
> Key: ARROW-1875
> URL: https://issues.apache.org/jira/browse/ARROW-1875
> Project: Apache Arrow
>  Issue Type: Task
>Reporter: Brian Hulette
>Priority: Minor
> Fix For: 0.10.0
>
>
> Javascript can't handle 64-bit integers natively, so writing them as strings 
> in the JSON would make implementing the integration tests a lot simpler.



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