Skip to content

Commit

Permalink
Hive: Add IcebergSerDe (apache#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmathiesen authored Jul 1, 2020
1 parent 8dd269b commit ea3d4d3
Show file tree
Hide file tree
Showing 24 changed files with 5,046 additions and 365 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ project(':iceberg-mr') {
compileOnly("org.apache.hadoop:hadoop-client") {
exclude group: 'org.apache.avro', module: 'avro'
}
compileOnly("org.apache.hive:hive-serde")

testCompile project(path: ':iceberg-data', configuration: 'testArtifacts')
testCompile project(path: ':iceberg-api', configuration: 'testArtifacts')
Expand Down
Loading

0 comments on commit ea3d4d3

Please sign in to comment.