druid/extensions-core/parquet-extensions
Suneet Saldanha bdd0d0d8a5 Add avro dependency to parquet extension (#9124)
* Add avro dependency to parquet extension

If the parquet extension is loaded and an ingestionSpec uses the older format
specifying a 'parser' instead of using an 'inputFormat' the job fails
with the following error

java.lang.TypeNotPresentException: Type org.apache.avro.generic.GenericRecord not present

This change removes the exclusion of the avro package so that the missing
class can be found.

* Address review comments and add dependency version
2020-01-03 20:11:13 -06:00
..
example overhaul 'druid-parquet-extensions' module, promoting from 'contrib' to 'core' (#6360) 2018-11-05 21:33:42 -08:00
src De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
pom.xml Add avro dependency to parquet extension (#9124) 2020-01-03 20:11:13 -06:00