Question about

2020-05-04 Thread Andong Zhan
org.apache.arrow.vector.BitVector.setSafe(BitVector.java:383) Is this a bug? I haven't encountered anything like this while calling setSafe for other types of vectors. Best, -- Andong zhan Software Engineer Snowflake Inc. 450 Concar Drive, San Mateo, CA 94402 *Email:* andong.z...@snowflake.com

[jira] [Created] (ARROW-6575) [JS] decimal toString does not support negative values

2019-09-16 Thread Andong Zhan (Jira)
Andong Zhan created ARROW-6575: -- Summary: [JS] decimal toString does not support negative values Key: ARROW-6575 URL: https://issues.apache.org/jira/browse/ARROW-6575 Project: Apache Arrow

[Java] How to use RootAllocator in a low memory setting?

2019-09-10 Thread Andong Zhan
Hi folks, When I run this simple code with JVM setting: "-Xmx64m" import org.apache.arrow.memory.RootAllocator; public class TestArrow { public static void main(String args[]) throws Exception { new RootAllocator(Integer.MAX_VALUE); } } and got the following error Picked up

[jira] [Created] (ARROW-6500) [Java] How to use RootAllocator in a low memory setting?

2019-09-09 Thread Andong Zhan (Jira)
Andong Zhan created ARROW-6500: -- Summary: [Java] How to use RootAllocator in a low memory setting? Key: ARROW-6500 URL: https://issues.apache.org/jira/browse/ARROW-6500 Project: Apache Arrow