Parquet SQL

A library to convert SQL ResultSet to Parquet and vice versa

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.anthorx
ArtifactId

ArtifactId

parquet-sql
Last Version

Last Version

0.11-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Parquet SQL
A library to convert SQL ResultSet to Parquet and vice versa
Project URL

Project URL

https://github.com/anthoRx/parquet-sql
Source Code Management

Source Code Management

http://github.com/anthoRx/parquet-sql/tree/master

Download parquet-sql

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/ -->
<dependency>
    <groupId>io.github.anthorx</groupId>
    <artifactId>parquet-sql</artifactId>
    <version>0.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation 'io.github.anthorx:parquet-sql:0.11-RELEASE'
// https://jarcasting.com/artifacts/io.github.anthorx/parquet-sql/
implementation ("io.github.anthorx:parquet-sql:0.11-RELEASE")
'io.github.anthorx:parquet-sql:jar:0.11-RELEASE'
<dependency org="io.github.anthorx" name="parquet-sql" rev="0.11-RELEASE">
  <artifact name="parquet-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anthorx', module='parquet-sql', version='0.11-RELEASE')
)
libraryDependencies += "io.github.anthorx" % "parquet-sql" % "0.11-RELEASE"
[io.github.anthorx/parquet-sql "0.11-RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.parquet : parquet-hadoop jar 1.12.0
org.apache.hadoop : hadoop-core jar 1.2.1

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.mockito : mockito-core jar 3.8.0
org.mockito : mockito-junit-jupiter jar 3.8.0
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.

Versions

Version
0.11-RELEASE
0.10-RELEASE
0.9
0.7
0.6
0.2
0.1