asfimport
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...
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)...
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...
`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...
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)...
**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...
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...
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...