asfimport

Results 328 issues of asfimport

I tried to fix it but no matter what option I pass for `--line-ending` to `cmake-format` it converts LF line endings to CRLF. **Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-4548) / @wesm **Note**: *This...

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

Both the C++ [implementation of parquet writer for arrow](https://github.com/apache/arrow/blob/master/cpp/src/parquet/arrow/writer.cc#L1174) and the [Python code bound to it](https://github.com/apache/arrow/blob/master/python/pyarrow/_parquet.pyx#L911) appears denominated in the **number of rows** (without making it very explicit). Whereas: (1)...

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

As the timezone database is not available on windows operating system, the cast timestamp test cases that uses timezone apis are failing. Tests are currently disabled on windows platform. Need...

Type: enhancement
Component: Gandiva
Status: stale-warning

`clang-format` supports command line option `-output-replacements-xml` which (in the case of no required changes) outputs: ``` ``` Using this option during `check-format` instead of using python to compute a diff...

Type: enhancement
Component: C++
good-first-issue
Status: stale-warning

IP addresses can be much more optimally represented as a 64 bit integer, meaning that it's much more efficient for storage and allowing consumers to do equality or subnet (range)...

Component: Parquet
Priority: Major
Type: enhancement

**Description:** Due to collision of shaded packages  ```java shaded.parquet.it.unimi.dsi.fastutil ``` in  ```java org.apache.parquet:parquet-avro ``` and  ```java org.apache.parquet:parquet-column ``` it is not possible to use both these dependencies within a modularized...

Component: Avro
Component: Parquet
Priority: Major
Type: bug

Attached 2 new classes: 1) CoordConstrainedBooleanQuery A boolean query that only matches if a specified number of the contained clauses match. An example use might be a query that returns...

type:enhancement
legacy-jira-priority:Minor
module:core/search
legacy-jira-label:gsoc2014

If two blended queries are should clauses of a boolean query and are built so that - some of their terms are the same - their rewrite method is BlendedTermQuery.BOOLEAN_REWRITE...

type:bug
legacy-jira-priority:Minor
module:core/search
affects-version:8.4