We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 362a17f + ed0bb47 commit fa12789Copy full SHA for fa12789
CHENGELOG.md
@@ -1,3 +1,8 @@
1
+0.3.1 (2016-09-22)
2
+==================
3
+- [Fix] Trim Double-byte space
4
+ - https://github.com/civitaspo/embulk-input-hdfs/pull/31
5
+
6
0.3.0 (2016-09-21)
7
==================
8
- [Incompatible Change] Not partitoning if files are compressed
build.gradle
@@ -15,7 +15,7 @@ configurations {
15
provided
16
}
17
18
-version = "0.3.0"
+version = "0.3.1"
19
20
sourceCompatibility = 1.7
21
targetCompatibility = 1.7
0 commit comments