parquet-avro-extra


License

License

GroupId

GroupId

me.lyh
ArtifactId

ArtifactId

parquet-avro-extra_2.11
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

parquet-avro-extra
parquet-avro-extra
Project URL

Project URL

https://github.com/nevillelyh/parquet-avro-extra
Project Organization

Project Organization

me.lyh
Source Code Management

Source Code Management

https://github.com/nevillelyh/parquet-avro-extra.git

Download parquet-avro-extra_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/me.lyh/parquet-avro-extra_2.11/ -->
<dependency>
    <groupId>me.lyh</groupId>
    <artifactId>parquet-avro-extra_2.11</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.lyh/parquet-avro-extra_2.11/
implementation 'me.lyh:parquet-avro-extra_2.11:0.2.3'
// https://jarcasting.com/artifacts/me.lyh/parquet-avro-extra_2.11/
implementation ("me.lyh:parquet-avro-extra_2.11:0.2.3")
'me.lyh:parquet-avro-extra_2.11:jar:0.2.3'
<dependency org="me.lyh" name="parquet-avro-extra_2.11" rev="0.2.3">
  <artifact name="parquet-avro-extra_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lyh', module='parquet-avro-extra_2.11', version='0.2.3')
)
libraryDependencies += "me.lyh" % "parquet-avro-extra_2.11" % "0.2.3"
[me.lyh/parquet-avro-extra_2.11 "0.2.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.apache.avro : avro jar 1.8.2
org.scala-lang : scala-reflect jar 2.11.12
org.apache.avro : avro-compiler jar 1.8.2
org.apache.parquet : parquet-column jar 1.10.1

Project Modules

There are no modules declared in this project.

parquet-extra

Build Status codecov.io GitHub license Maven Central Scala Steward badge

A collection of Apache Parquet add-on modules.

  • parquet-avro - Scala macros for generating column projections and filter predicates from lambda functions.
  • parquet-tensorflow - TensorFlow Example read/write support.
  • parquet-types - Scala case class read/write support powered by Magnolia.

License

Copyright 2019 Neville Li.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Versions

Version
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1