Skip to content

Commit

Permalink
Merge pull request #23 from yuokada/feature/scala2
Browse files Browse the repository at this point in the history
Convert all of java files to scala
  • Loading branch information
yuokada authored Aug 1, 2020
2 parents e0e7c63 + 38b4ba9 commit aab7cc6
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 322 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
compile "org.embulk:embulk-core:0.8.39"
provided "org.embulk:embulk-core:0.8.39"
compile "org.embulk:embulk-core:0.9.23"
provided "org.embulk:embulk-core:0.9.23"
compile "org.scala-lang:scala-library:2.12.+"

compile "org.apache.orc:orc:1.5.4"
Expand All @@ -37,7 +37,6 @@ dependencies {
compile 'org.embulk.input.s3:embulk-util-aws-credentials:0.2.8'
compile "com.amazonaws:aws-java-sdk-s3:1.10.33"
compile "org.apache.hadoop:hadoop-aws:2.7.5"
compile 'com.google.guava:guava:24.1-jre'

testCompile 'org.jmockit:jmockit:1.38'
// testCompile "junit:junit:4.+"
Expand Down
230 changes: 0 additions & 230 deletions src/main/java/org/embulk/output/orc/OrcOutputPlugin.java

This file was deleted.

60 changes: 0 additions & 60 deletions src/main/java/org/embulk/output/orc/PluginTask.java

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/java/org/embulk/output/orc/TimestampColumnOption.java

This file was deleted.

Loading

0 comments on commit aab7cc6

Please sign in to comment.