[jira] [Created] (ARROW-12215) [C++] fixed size binary columns cannot be null in CSV reader

2021-04-05 Thread Simon Bertron (Jira)
Simon Bertron created ARROW-12215:
-

 Summary: [C++] fixed size binary columns cannot be null in CSV 
reader
 Key: ARROW-12215
 URL: https://issues.apache.org/jira/browse/ARROW-12215
 Project: Apache Arrow
  Issue Type: New Feature
  Components: C++
Reporter: Simon Bertron


As far as I can tell, fixed size binary is the only non-nullable type when 
reading a CSV file.

It would be nice if fixed size binary columns respected the same null values as 
other columns (those in `ConvertOptions::null_values`).



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


[jira] [Created] (ARROW-9824) [C++] Export file_offset in RowGroupMetaData

2020-08-21 Thread Simon Bertron (Jira)
Simon Bertron created ARROW-9824:


 Summary: [C++] Export file_offset in RowGroupMetaData
 Key: ARROW-9824
 URL: https://issues.apache.org/jira/browse/ARROW-9824
 Project: Apache Arrow
  Issue Type: New Feature
  Components: C++
Reporter: Simon Bertron


In the C++ row group metadata object, the offset of the row group in the file 
is stored, but not exposed to users. RowGroupMetaDataImpl has a field 
file_offset and a method file_offset() that exposes it. But RowGroupMetaData 
does not have a file_offset() method. This seems odd, most other fields in 
RowGroupMetaDataImpl are exposed by RowGroupMetaData.

 

This issue is similar to ARROW-3590, but that issue seems pretty stale and is 
requesting a python feature. I think this issue is more focused and detailed.



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


[jira] [Created] (ARROW-9414) [C++] apt package includes headers for S3 interface, but no support

2020-07-10 Thread Simon Bertron (Jira)
Simon Bertron created ARROW-9414:


 Summary: [C++] apt package includes headers for S3 interface, but 
no support
 Key: ARROW-9414
 URL: https://issues.apache.org/jira/browse/ARROW-9414
 Project: Apache Arrow
  Issue Type: Bug
  Components: C++
Affects Versions: 0.17.1
 Environment: Ubuntu 18.04.04 LTS
Reporter: Simon Bertron


I believe that the apt package is built without S3 support. But s3fs.h is 
exported in filesystem/api.h anyway. This creates undefined reference errors 
when trying to link to the package.



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