asfimport

Results 328 issues of asfimport

Currently, when having objects with mixed timezones, they are each separately interpreted as their local time: ```python >>> ts_pd_paris = pd.Timestamp("1970-01-01 01:00", tz="Europe/Paris") >>> ts_pd_paris Timestamp('1970-01-01 01:00:00+0100', tz='Europe/Paris') >>> ts_pd_helsinki...

Type: bug
Component: Python
Status: stale-warning

In the recently introduced ARROW-5803, some heavy dependencies (thrift, protobuf, flatbufers, grpc) are build at each invocation of docker-compose build (thus each travis test). We should aim to build the...

Type: enhancement
Component: Continuous Integration
Status: stale-warning

Similarly like Spark does, see comment https://github.com/apache/arrow/pull/4880/files/b839964a2a43123991b5b291607ff1cb026fe8a4#diff-61e0bdf7e1b43c5c93d9488b22e04170 **Reporter**: [Krisztian Szucs](https://issues.apache.org/jira/browse/ARROW-5954) / @kszucs **Note**: *This issue was originally created as [ARROW-5954](https://issues.apache.org/jira/browse/ARROW-5954). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

Component: Developer Tools
Type: task
Status: stale-warning

Ability to concat the parquet files is something we've wanted for some time too. When we generate parquet files partitioned by an expression, we often end up with tiny files...

Type: enhancement
Component: Parquet
Component: C++
Priority: Major
Status: stale-warning

The script fails on OSX because of the BSD date function, and it also requires a recent git command to support -c flag of git shortlog and the installed jira...

Component: Developer Tools
Type: task
Status: stale-warning

Instead of creating an object for each record, Avro DatumReaders support passing in an object to be reused. It would be nice to expose this in Parquet. This could be...

Component: Parquet
Priority: Major
Type: enhancement

I use spark to rewrite the parquet files that are compressed by zstd. And the parquet version is  1.12.2. I want to read the parquet files compressed by level 3...

Component: Java
Component: Parquet
Priority: Major
Type: bug

https://github.com/Parquet/parquet-mr/blob/master/parquet-hadoop/src/main/java/parquet/hadoop/ParquetWriter.java I would like to write the parquet to stdout but there is no option to let me do this. Also the file must not already exist, or I' ll...

Component: Parquet
Priority: Major
Type: enhancement

Cell level encryption can do finer-grained encryption than modular encryption(Parquet-1178) or file encryption. The idea is only some fields inside the column are encrypted based on a filter expression. For...

Component: Java
Component: Parquet
Priority: Major
Type: enhancement

This is valid protobuf:   ```java message Something {     EmptyMessage outerEmptyMessage = 1; } message EmptyMessage { } ``` However when we try to convert this to Parquet we get: ```java...

Component: Parquet
Priority: Major
Type: bug