Hi,

Has anyone here opinion/ideas on how ipv6 addresses might be stored
efficiently in Parquet via Drill.

The Java BigInteger class handles the 128 variant but the BigIntHolder in
Drill relies on a Long. Storing it in two longs is not optimal and it would
surprise me if the variable binary field can do range queries.

all input is welcome :).

This minuscule UDF project (https://github.com/acmeguy/asdrill) now also
includes a IPv4 conversion (One may exist already) .

Regards,
 -Stefan

Reply via email to