asfimport

Results 328 issues of asfimport

Provides an encryption solution for Lucene indexes, using the AES encryption algorithm. You must have the JCE Unlimited Strength Jurisdiction Policy Files 6 Release Candidate which you can get from...

type:enhancement
legacy-jira-priority:Major
affects-version:3.1

**eR@SeR** ([Bug 65018](https://bz.apache.org/bugzilla//show_bug.cgi?id=65018&redirect=false)): Hello, Postman has a checkbox to enable/disable parameters, but JMeter doesn't. It will greatly improve functional testing capabilities and avoid adding/deleting parameters every time in order to...

enhancement
os: All
P2

Obtaining the IP address of the client can be [accomplished via gRPC](https://github.com/apache/arrow-cookbook/issues/196), but the gRPC interface exposing this information is considered unstable.  It would be good to expose this through...

Type: enhancement
Component: Java
Component: FlightRPC

Take() currently concatenates ChunkedArrays first. However, this breaks down when calling Take() from a ChunkedArray or Table where concatenating the arrays would result in an array that's too large. While...

Type: enhancement
Component: C++

This is to be extra safe in the context of ARROW-5381 **Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-6663) / @wesm #### Related issues: - [[C++] Crash at arrow::internal::CountSetBits](https://github.com/apache/arrow/issues/21840) (is a child of) - [[C++]...

Type: enhancement
Component: C++

[GitHub PR 14395 \| https://github.com/apache/arrow/pull/14395] adds the `list_slice` kernel, but does not implement the case where `stop == stop`, which should return empty lists. **Reporter**: [Miles Granger](https://issues.apache.org/jira/browse/ARROW-18281) / @milesgranger **Assignee**:...

Type: enhancement
Component: C++

As a BigQuery developer, I would like the Arrow libraries to support the JSON logical Type. This would enable us to use the JSON type in the Arrow format of...

Type: enhancement
Component: Java
Component: C++
Component: Python

Casting from nullable field to not-nullable works provided all values are present. So for example this is a valid cast: ```java table = pa.table({'column_1': pa.array([1, 2 ,3])})table.cast(     pa.schema([         f.with_nullable(False) for...

Type: enhancement
Component: Python

In the current version of the HadoopInputFile implementation:   When performing a newStream, the reference to the FileStatus is lost, which has already been previously consulted to create this class. This...

Component: Hadoop
Component: Parquet
Priority: Major
Type: enhancement

Parquet list/open/read/commit performance can be improved by reducing the amount of storage IO made, and for the IO which does take place, doing it more efficiently. PARQUET-2171 is the first...

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