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