asfimport

Results 328 issues of asfimport

The aggregate kernels don't support mask (the result of a filter). Add the the following method to `AggregateFunction`. ```c++ virtual Status ConsumeWithFilter(const Array& input, const Array& mask, void* state) const...

Type: enhancement
Component: C++
Status: stale-warning

The following classes need validating constructors: - ArrayData - ChunkedArray - RecordBatch - Column - Table **Reporter**: [Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-4838) / @fsaintjacques **Note**: *This issue was originally created as [ARROW-4838](https://issues.apache.org/jira/browse/ARROW-4838). Please...

Type: enhancement
Component: C++
Status: stale-warning

This code is growing less maintainable. I think we can remove these backwards compatibility hacks since there are released versions of pyarrow that can be used to read old metadata...

Type: enhancement
Component: Python
Status: stale-warning

The array data `buffers` vector is index differently depending on the Array type. This feature would expose static constexpr named variables for buffer index. **Reporter**: [Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-4729) / @fsaintjacques **Note**:...

Type: enhancement
Component: C++
Status: stale-warning

The machine detection script (`make_machine_json.sh`) currently looks like it will only work properly on macOS. Ideally it should work more or less correctly on all of them macOS, Linux and...

Type: enhancement
Component: Benchmarking
Status: stale-warning

Currently the Arrow C++ provide a naive adapter implementation that allow user to read orc file to Arrow RecordBatch. However, this implementation have several drawbacks: - Inefficient conversion that incurs...

Type: enhancement
Component: C++
Status: stale-warning

CSV and JSON both convert strings to values in a Array but there is little code sharing beyond `arrow::util::StringConverter`. It would be advantageous if a single interface could be shared...

Type: enhancement
Component: C++
Status: stale-warning

This is useful for example when an existing buffer can be immediately reused. This is currently used for [storage of strings in json parsing](https://github.com/apache/arrow/blob/master/cpp/src/arrow/json/parser.cc#L60), so it'd be straightforward to refactor...

Type: enhancement
Component: C++
Status: stale-warning

Docs:   Need to investigate the best way to do this maybe just see if we can build our client on GCP (once a protobuf definition is published to [https://github.com/googleapis/googleapis/tree/master/google)?](https://github.com/googleapis/googleapis/tree/master/google))   This...

Type: enhancement
Component: C++
Status: stale-warning

This was discussed in here: For testing/benchmarking dictionary encoding its useful to control the number of repeated values and it would also be good to optionally include null values.  The ...

Type: enhancement
Component: C++
Status: stale-warning