asfimport

Results 328 issues of asfimport

For example: if pandas has casted integer data to float, this would enable the integer data to be recovered (so long as the values fall in the ~2^53 floating point...

Type: enhancement
Component: Python
Status: stale-warning

For data where the metadata itself is large (> 10000 fields), doing a full in-memory reconstruction of a record batch may be impractical if the user's goal is to do...

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

Not a blocking issue for 0.13. I encountered this when debugging the CMake refactor branch with Visual Studio 2015 **Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-4864) / @wesm **Note**: *This issue was originally created...

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

We mostly use `conda-forge` as the developers of Arrow but also have some users that would build with packages from `defaults`. As the versions of packages is a bit behind...

Type: bug
Component: C++
Component: Python
Component: Packaging
Status: stale-warning

test parquet is created by ```Java n = 1000000 x = [1.0, 2.0, 3.0, 4.0, 5.0, 5.0, None] * n y = [u'é', u'é', u'é', u'é'] * n + [u'a',...

Type: bug
Component: Parquet
Component: C++
Priority: Minor
Status: stale-warning

parquet-mr incorrectly writes (dictionary_page_offset, first_data_page_offset) as (0, dictionary_page_offset) So whenever parquet-cpp (pyarrow) reads the file, it sets `has_dictionary_page: False` and `dictionary_page_offset: None` ```Java row group 0 -------------------------------------------------------------------------------- x: DOUBLE SNAPPY...

Type: bug
Component: Parquet
Component: C++
Priority: Minor
Status: stale-warning

**Reporter**: [Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-4999) / @fsaintjacques **Note**: *This issue was originally created as [ARROW-4999](https://issues.apache.org/jira/browse/ARROW-4999). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

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

Hi everyone, I would like to report a (potential) bug. I followed an official guide on [Usage Guide for Pandas with Apache Arrow](.  However, `libarrrow` throws me error for type...

Type: bug
Component: Python
Status: stale-warning

I consider the option of memory-mapping columns to shared memory to be valuable. Such option will be triggered if specific metadata are supplied. Given that many data frames backed by...

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

libcurl can be used in a number of different situations (e.g. TensorFlow uses it for GCS interactions https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/platform/cloud/gcs_file_system.cc) so this will likely be required once we begin to tackle that...

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