[jira] [Created] (ARROW-8705) [Java] ComplexCopier is skipping null values

2020-05-05 Thread Thippana Vamsi Kalyan (Jira)
Thippana Vamsi Kalyan created ARROW-8705:


 Summary: [Java] ComplexCopier is skipping null values
 Key: ARROW-8705
 URL: https://issues.apache.org/jira/browse/ARROW-8705
 Project: Apache Arrow
  Issue Type: Bug
Reporter: Thippana Vamsi Kalyan


ComplexCopier should copy null values without skipping them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-8686) Provide writeNull interface from ListWriter

2020-05-03 Thread Thippana Vamsi Kalyan (Jira)
Thippana Vamsi Kalyan created ARROW-8686:


 Summary: Provide writeNull interface from ListWriter
 Key: ARROW-8686
 URL: https://issues.apache.org/jira/browse/ARROW-8686
 Project: Apache Arrow
  Issue Type: Bug
Reporter: Thippana Vamsi Kalyan






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-8646) Allow UnionListWriter to write null values

2020-04-30 Thread Thippana Vamsi Kalyan (Jira)
Thippana Vamsi Kalyan created ARROW-8646:


 Summary: Allow UnionListWriter to write null values
 Key: ARROW-8646
 URL: https://issues.apache.org/jira/browse/ARROW-8646
 Project: Apache Arrow
  Issue Type: Bug
  Components: Java
Reporter: Thippana Vamsi Kalyan


UnionListWriter has no provision to skip an index to write a null value into 
the list.

It should allow to writeNull



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-4923) Expose setters for Decimal vector that take long and double inputs

2019-03-16 Thread Thippana Vamsi Kalyan (JIRA)
Thippana Vamsi Kalyan created ARROW-4923:


 Summary: Expose setters for Decimal vector that take long and 
double inputs
 Key: ARROW-4923
 URL: https://issues.apache.org/jira/browse/ARROW-4923
 Project: Apache Arrow
  Issue Type: Bug
  Components: Java
Reporter: Thippana Vamsi Kalyan


Add new set methods on DecimalVector to take long and double inputs.

Methods should set Decimal value at given index like other setters available.



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


[jira] [Created] (ARROW-4635) StructVector growing validity buffer unnecessaily

2019-02-20 Thread Thippana Vamsi Kalyan (JIRA)
Thippana Vamsi Kalyan created ARROW-4635:


 Summary: StructVector growing validity buffer unnecessaily
 Key: ARROW-4635
 URL: https://issues.apache.org/jira/browse/ARROW-4635
 Project: Apache Arrow
  Issue Type: Bug
  Components: Java
Reporter: Thippana Vamsi Kalyan


reAlloc method inside StructVector.java is growing validity buffer and growing 
capacity of children.

When validity buffer already has enough capacity to accommodate new size of 
children, growing validity buffer can be avoided. 



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