embulk-output-utf8parquet 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/.gradle/3.2.1/taskArtifacts/fileHashes.bin +0 -0
  3. data/.gradle/3.2.1/taskArtifacts/fileSnapshots.bin +0 -0
  4. data/.gradle/3.2.1/taskArtifacts/taskArtifacts.bin +0 -0
  5. data/.gradle/3.2.1/taskArtifacts/taskArtifacts.lock +0 -0
  6. data/build.gradle +1 -1
  7. data/classpath/{embulk-output-utf8parquet-1.1.10.jar → embulk-output-utf8parquet-1.1.11.jar} +0 -0
  8. data/embulk-output-utf8parquet.gemspec +1 -1
  9. metadata +2 -27
  10. data/build/classes/test/org/embulk/output/ParquetOutputPluginTest.class +0 -0
  11. data/build/gemspec +0 -19
  12. data/build/libs/embulk-output-utf8parquet-1.0.0.jar +0 -0
  13. data/build/libs/embulk-output-utf8parquet-1.0.1.jar +0 -0
  14. data/build/libs/embulk-output-utf8parquet-1.0.2.jar +0 -0
  15. data/build/libs/embulk-output-utf8parquet-1.0.3.jar +0 -0
  16. data/build/libs/embulk-output-utf8parquet-1.0.5.jar +0 -0
  17. data/build/reports/checkstyle/main.html +0 -119
  18. data/build/reports/checkstyle/main.xml +0 -9
  19. data/build/reports/checkstyle/test.html +0 -99
  20. data/build/reports/checkstyle/test.xml +0 -5
  21. data/build/reports/tests/test/classes/org.embulk.output.ParquetOutputPluginTest.html +0 -106
  22. data/build/reports/tests/test/css/base-style.css +0 -179
  23. data/build/reports/tests/test/css/style.css +0 -84
  24. data/build/reports/tests/test/index.html +0 -132
  25. data/build/reports/tests/test/js/report.js +0 -194
  26. data/build/reports/tests/test/packages/org.embulk.output.html +0 -103
  27. data/build/test-results/test/TEST-org.embulk.output.ParquetOutputPluginTest.xml +0 -9
  28. data/build/test-results/test/binary/output.bin +0 -0
  29. data/build/test-results/test/binary/output.bin.idx +0 -0
  30. data/build/test-results/test/binary/results.bin +0 -0
  31. data/embulk-output-utf8parquet-1.1.9.gem +0 -0
  32. data/pkg/embulk-output-utf8parquet-1.0.1.gem +0 -0
  33. data/pkg/embulk-output-utf8parquet-1.0.2.gem +0 -0
  34. data/pkg/embulk-output-utf8parquet-1.0.3.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e83c096c853a833b141de6b973bf6e657b168232
4
- data.tar.gz: a90627f7386b513e55d78371495a6b2b45deda32
3
+ metadata.gz: 89783d50f868285b81312783b2d5dff5b3379fd7
4
+ data.tar.gz: a58f424541de175794c3e150be41a98060babc35
5
5
  SHA512:
6
- metadata.gz: b5dcd3cc9dab5698de02e014c6f348175f1880bf685b5d94997f1bb809861a8b63800457af13a171d4b25c63f531508a4e951e4e6a7fcc70ad3181f7d8550a1a
7
- data.tar.gz: b2a794932adaaabb26333be5faf552f30b91ae7ba0ee21afd1a294241e2cc62faab85c72d5b234736ce39d76adea1834200fce754d70e92fb68f895421838a37
6
+ metadata.gz: 0c91b03d896d492d12d99f2f7462f55aca34aa67a3d4bf53eab495778a5c3c2daf795c1a7dd5dd6265af6a4213f3860c7d0f1f4b25dfdafca8fc223e4f6b3846
7
+ data.tar.gz: bebf51f5080cce62af4325e77c3a11c90fde7c1ecb0fe37d1e73f9ebff83ea0bf7369b28262f7dbfa489caf8de78233d81a4482b4a58fb1c10112571c2d5a0be
data/build.gradle CHANGED
@@ -14,7 +14,7 @@ configurations {
14
14
  runtime.exclude group: "org.slf4j", module: "slf4j-log4j12"
15
15
  }
16
16
 
17
- version = "1.1.10"
17
+ version = "1.1.11"
18
18
 
19
19
  sourceCompatibility = 1.7
20
20
  targetCompatibility = 1.7
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "embulk-output-utf8parquet"
4
- spec.version = "1.1.10"
4
+ spec.version = "1.1.11"
5
5
  spec.authors = ["Angelos Alexopoulos"]
6
6
  spec.summary = %[Parquet output plugin for Embulk with UTF8 support]
7
7
  spec.description = %[Parquet output plugin is an Embulk plugin that loads records to Parquet read by any input plugins. Search the input plugins by "embulk-input" keyword.]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-utf8parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos
@@ -66,31 +66,9 @@ files:
66
66
  - build/classes/main/org/embulk/output/ParquetOutputPlugin$PluginTask.class
67
67
  - build/classes/main/org/embulk/output/ParquetOutputPlugin$TimestampColumnOption.class
68
68
  - build/classes/main/org/embulk/output/ParquetOutputPlugin.class
69
- - build/classes/test/org/embulk/output/ParquetOutputPluginTest.class
70
- - build/gemspec
71
- - build/libs/embulk-output-utf8parquet-1.0.0.jar
72
- - build/libs/embulk-output-utf8parquet-1.0.1.jar
73
- - build/libs/embulk-output-utf8parquet-1.0.2.jar
74
- - build/libs/embulk-output-utf8parquet-1.0.3.jar
75
- - build/libs/embulk-output-utf8parquet-1.0.5.jar
76
- - build/reports/checkstyle/main.html
77
- - build/reports/checkstyle/main.xml
78
- - build/reports/checkstyle/test.html
79
- - build/reports/checkstyle/test.xml
80
- - build/reports/tests/test/classes/org.embulk.output.ParquetOutputPluginTest.html
81
- - build/reports/tests/test/css/base-style.css
82
- - build/reports/tests/test/css/style.css
83
- - build/reports/tests/test/index.html
84
- - build/reports/tests/test/js/report.js
85
- - build/reports/tests/test/packages/org.embulk.output.html
86
- - build/test-results/test/TEST-org.embulk.output.ParquetOutputPluginTest.xml
87
- - build/test-results/test/binary/output.bin
88
- - build/test-results/test/binary/output.bin.idx
89
- - build/test-results/test/binary/results.bin
90
69
  - build/tmp/jar/MANIFEST.MF
91
70
  - config/checkstyle/checkstyle.xml
92
71
  - config/checkstyle/default.xml
93
- - embulk-output-utf8parquet-1.1.9.gem
94
72
  - embulk-output-utf8parquet.gemspec
95
73
  - embulk-output-utf8parquet.iml
96
74
  - gradle/wrapper/gradle-wrapper.jar
@@ -98,9 +76,6 @@ files:
98
76
  - gradlew
99
77
  - gradlew.bat
100
78
  - lib/embulk/output/utf8parquet.rb
101
- - pkg/embulk-output-utf8parquet-1.0.1.gem
102
- - pkg/embulk-output-utf8parquet-1.0.2.gem
103
- - pkg/embulk-output-utf8parquet-1.0.3.gem
104
79
  - src/main/java/org/embulk/output/EmbulkWriteSupport.java
105
80
  - src/main/java/org/embulk/output/EmbulkWriterBuilder.java
106
81
  - src/main/java/org/embulk/output/ParquetOutputPlugin.java
@@ -180,8 +155,8 @@ files:
180
155
  - classpath/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
181
156
  - classpath/jsp-api-2.1.jar
182
157
  - classpath/kerb-crypto-1.0.1.jar
183
- - classpath/embulk-output-utf8parquet-1.1.10.jar
184
158
  - classpath/parquet-format-structures-1.12.3.jar
159
+ - classpath/embulk-output-utf8parquet-1.1.11.jar
185
160
  - classpath/hadoop-common-3.3.4.jar
186
161
  - classpath/jackson-jaxrs-1.9.2.jar
187
162
  - classpath/kerb-admin-1.0.1.jar
data/build/gemspec DELETED
@@ -1,19 +0,0 @@
1
-
2
- Gem::Specification.new do |spec|
3
- spec.name = "embulk-output-utf8parquet"
4
- spec.version = "1.0.3"
5
- spec.authors = ["Angelos Alexopoulos"]
6
- spec.summary = %[Parquet output plugin for Embulk with UTF8 support]
7
- spec.description = %[Parquet output plugin is an Embulk plugin that loads records to Parquet read by any input plugins. Search the input plugins by "embulk-input" keyword.]
8
- spec.email = ["alexopoulos7@gmail.com"]
9
- spec.licenses = ["MIT"]
10
- spec.homepage = "https://github.com/alexopoulos7/embulk-output-utf8parquet"
11
-
12
- spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
13
- spec.test_files = spec.files.grep(%r"^(test|spec)/")
14
- spec.require_paths = ["lib"]
15
-
16
- #spec.add_dependency 'YOUR_GEM_DEPENDENCY', ['~> YOUR_GEM_DEPENDENCY_VERSION']
17
- spec.add_development_dependency 'bundler', ['~> 1.0']
18
- spec.add_development_dependency 'rake', ['>= 10.0']
19
- end
@@ -1,119 +0,0 @@
1
- <html>
2
- <head>
3
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4
- <style type="text/css">
5
- .bannercell {
6
- border: 0px;
7
- padding: 0px;
8
- }
9
- body {
10
- margin-left: 10;
11
- margin-right: 10;
12
- font:normal 80% arial,helvetica,sanserif;
13
- background-color:#FFFFFF;
14
- color:#000000;
15
- }
16
- .a td {
17
- background: #efefef;
18
- }
19
- .b td {
20
- background: #fff;
21
- }
22
- th, td {
23
- text-align: left;
24
- vertical-align: top;
25
- }
26
- th {
27
- font-weight:bold;
28
- background: #ccc;
29
- color: black;
30
- }
31
- table, th, td {
32
- font-size:100%;
33
- border: none
34
- }
35
- table.log tr td, tr th {
36
-
37
- }
38
- h2 {
39
- font-weight:bold;
40
- font-size:140%;
41
- margin-bottom: 5;
42
- }
43
- h3 {
44
- font-size:100%;
45
- font-weight:bold;
46
- background: #525D76;
47
- color: white;
48
- text-decoration: none;
49
- padding: 5px;
50
- margin-right: 2px;
51
- margin-left: 2px;
52
- margin-bottom: 0;
53
- }
54
- </style>
55
- </head>
56
- <body>
57
- <a name="top"></a>
58
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
59
- <tr>
60
- <td class="bannercell" rowspan="2"></td><td class="text-align:right">
61
- <h2>CheckStyle Audit</h2>
62
- </td>
63
- </tr>
64
- <tr>
65
- <td class="text-align:right">Designed for use with <a href="http://checkstyle.sourceforge.net/">CheckStyle</a> and <a href="http://jakarta.apache.org">Ant</a>.</td>
66
- </tr>
67
- </table>
68
- <hr size="1">
69
- <h3>Summary</h3>
70
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
71
- <tr>
72
- <th>Files</th><th>Errors</th>
73
- </tr>
74
- <tr class="a">
75
- <td>3</td><td>0</td>
76
- </tr>
77
- </table>
78
- <hr size="1" width="100%" align="left">
79
- <h3>Files</h3>
80
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
81
- <tr>
82
- <th>Name</th><th>Errors</th>
83
- </tr>
84
- <tr class="a">
85
- <td><a href="#f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriteSupport.java">/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriteSupport.java</a></td><td>0</td>
86
- </tr>
87
- <tr class="b">
88
- <td><a href="#f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriterBuilder.java">/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriterBuilder.java</a></td><td>0</td>
89
- </tr>
90
- <tr class="a">
91
- <td><a href="#f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/ParquetOutputPlugin.java">/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/ParquetOutputPlugin.java</a></td><td>0</td>
92
- </tr>
93
- </table>
94
- <hr size="1" width="100%" align="left">
95
- <a name="f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriteSupport.java"></a>
96
- <h3>File /Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriteSupport.java</h3>
97
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
98
- <tr>
99
- <th>Error Description</th><th>Line</th>
100
- </tr>
101
- </table>
102
- <a href="#top">Back to top</a><a name="f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriterBuilder.java"></a>
103
- <h3>File /Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriterBuilder.java</h3>
104
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
105
- <tr>
106
- <th>Error Description</th><th>Line</th>
107
- </tr>
108
- </table>
109
- <a href="#top">Back to top</a><a name="f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/ParquetOutputPlugin.java"></a>
110
- <h3>File /Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/ParquetOutputPlugin.java</h3>
111
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
112
- <tr>
113
- <th>Error Description</th><th>Line</th>
114
- </tr>
115
- </table>
116
- <a href="#top">Back to top</a>
117
- <hr size="1" width="100%" align="left">
118
- </body>
119
- </html>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <checkstyle version="6.14.1">
3
- <file name="/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriteSupport.java">
4
- </file>
5
- <file name="/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/EmbulkWriterBuilder.java">
6
- </file>
7
- <file name="/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/main/java/org/embulk/output/ParquetOutputPlugin.java">
8
- </file>
9
- </checkstyle>
@@ -1,99 +0,0 @@
1
- <html>
2
- <head>
3
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4
- <style type="text/css">
5
- .bannercell {
6
- border: 0px;
7
- padding: 0px;
8
- }
9
- body {
10
- margin-left: 10;
11
- margin-right: 10;
12
- font:normal 80% arial,helvetica,sanserif;
13
- background-color:#FFFFFF;
14
- color:#000000;
15
- }
16
- .a td {
17
- background: #efefef;
18
- }
19
- .b td {
20
- background: #fff;
21
- }
22
- th, td {
23
- text-align: left;
24
- vertical-align: top;
25
- }
26
- th {
27
- font-weight:bold;
28
- background: #ccc;
29
- color: black;
30
- }
31
- table, th, td {
32
- font-size:100%;
33
- border: none
34
- }
35
- table.log tr td, tr th {
36
-
37
- }
38
- h2 {
39
- font-weight:bold;
40
- font-size:140%;
41
- margin-bottom: 5;
42
- }
43
- h3 {
44
- font-size:100%;
45
- font-weight:bold;
46
- background: #525D76;
47
- color: white;
48
- text-decoration: none;
49
- padding: 5px;
50
- margin-right: 2px;
51
- margin-left: 2px;
52
- margin-bottom: 0;
53
- }
54
- </style>
55
- </head>
56
- <body>
57
- <a name="top"></a>
58
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
59
- <tr>
60
- <td class="bannercell" rowspan="2"></td><td class="text-align:right">
61
- <h2>CheckStyle Audit</h2>
62
- </td>
63
- </tr>
64
- <tr>
65
- <td class="text-align:right">Designed for use with <a href="http://checkstyle.sourceforge.net/">CheckStyle</a> and <a href="http://jakarta.apache.org">Ant</a>.</td>
66
- </tr>
67
- </table>
68
- <hr size="1">
69
- <h3>Summary</h3>
70
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
71
- <tr>
72
- <th>Files</th><th>Errors</th>
73
- </tr>
74
- <tr class="a">
75
- <td>1</td><td>0</td>
76
- </tr>
77
- </table>
78
- <hr size="1" width="100%" align="left">
79
- <h3>Files</h3>
80
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
81
- <tr>
82
- <th>Name</th><th>Errors</th>
83
- </tr>
84
- <tr class="a">
85
- <td><a href="#f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/test/java/org/embulk/output/ParquetOutputPluginTest.java">/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/test/java/org/embulk/output/ParquetOutputPluginTest.java</a></td><td>0</td>
86
- </tr>
87
- </table>
88
- <hr size="1" width="100%" align="left">
89
- <a name="f-/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/test/java/org/embulk/output/ParquetOutputPluginTest.java"></a>
90
- <h3>File /Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/test/java/org/embulk/output/ParquetOutputPluginTest.java</h3>
91
- <table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
92
- <tr>
93
- <th>Error Description</th><th>Line</th>
94
- </tr>
95
- </table>
96
- <a href="#top">Back to top</a>
97
- <hr size="1" width="100%" align="left">
98
- </body>
99
- </html>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <checkstyle version="6.14.1">
3
- <file name="/Users/angelosalexopoulos/Desktop/Upwork/work/DataPlatform/embulk-output-utf8parquet/src/test/java/org/embulk/output/ParquetOutputPluginTest.java">
4
- </file>
5
- </checkstyle>
@@ -1,106 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
- <meta http-equiv="x-ua-compatible" content="IE=edge"/>
6
- <title>Test results - Class org.embulk.output.ParquetOutputPluginTest</title>
7
- <link href="../css/base-style.css" rel="stylesheet" type="text/css"/>
8
- <link href="../css/style.css" rel="stylesheet" type="text/css"/>
9
- <script src="../js/report.js" type="text/javascript"></script>
10
- </head>
11
- <body>
12
- <div id="content">
13
- <h1>Class org.embulk.output.ParquetOutputPluginTest</h1>
14
- <div class="breadcrumbs">
15
- <a href="../index.html">all</a> &gt;
16
- <a href="../packages/org.embulk.output.html">org.embulk.output</a> &gt; ParquetOutputPluginTest</div>
17
- <div id="summary">
18
- <table>
19
- <tr>
20
- <td>
21
- <div class="summaryGroup">
22
- <table>
23
- <tr>
24
- <td>
25
- <div class="infoBox" id="tests">
26
- <div class="counter">3</div>
27
- <p>tests</p>
28
- </div>
29
- </td>
30
- <td>
31
- <div class="infoBox" id="failures">
32
- <div class="counter">0</div>
33
- <p>failures</p>
34
- </div>
35
- </td>
36
- <td>
37
- <div class="infoBox" id="ignored">
38
- <div class="counter">0</div>
39
- <p>ignored</p>
40
- </div>
41
- </td>
42
- <td>
43
- <div class="infoBox" id="duration">
44
- <div class="counter">15.272s</div>
45
- <p>duration</p>
46
- </div>
47
- </td>
48
- </tr>
49
- </table>
50
- </div>
51
- </td>
52
- <td>
53
- <div class="infoBox success" id="successRate">
54
- <div class="percent">100%</div>
55
- <p>successful</p>
56
- </div>
57
- </td>
58
- </tr>
59
- </table>
60
- </div>
61
- <div id="tabs">
62
- <ul class="tabLinks">
63
- <li>
64
- <a href="#tab0">Tests</a>
65
- </li>
66
- </ul>
67
- <div id="tab0" class="tab">
68
- <h2>Tests</h2>
69
- <table>
70
- <thead>
71
- <tr>
72
- <th>Test</th>
73
- <th>Duration</th>
74
- <th>Result</th>
75
- </tr>
76
- </thead>
77
- <tr>
78
- <td class="success">checkColumnsRequired</td>
79
- <td>12.145s</td>
80
- <td class="success">passed</td>
81
- </tr>
82
- <tr>
83
- <td class="success">checkDefaultValues</td>
84
- <td>1.190s</td>
85
- <td class="success">passed</td>
86
- </tr>
87
- <tr>
88
- <td class="success">checkExtraConfigurations</td>
89
- <td>1.937s</td>
90
- <td class="success">passed</td>
91
- </tr>
92
- </table>
93
- </div>
94
- </div>
95
- <div id="footer">
96
- <p>
97
- <div>
98
- <label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
99
- <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
100
- </label>
101
- </div>Generated by
102
- <a href="http://www.gradle.org">Gradle 3.2.1</a> at Oct 7, 2019 8:42:33 AM</p>
103
- </div>
104
- </div>
105
- </body>
106
- </html>
@@ -1,179 +0,0 @@
1
-
2
- body {
3
- margin: 0;
4
- padding: 0;
5
- font-family: sans-serif;
6
- font-size: 12pt;
7
- }
8
-
9
- body, a, a:visited {
10
- color: #303030;
11
- }
12
-
13
- #content {
14
- padding-left: 50px;
15
- padding-right: 50px;
16
- padding-top: 30px;
17
- padding-bottom: 30px;
18
- }
19
-
20
- #content h1 {
21
- font-size: 160%;
22
- margin-bottom: 10px;
23
- }
24
-
25
- #footer {
26
- margin-top: 100px;
27
- font-size: 80%;
28
- white-space: nowrap;
29
- }
30
-
31
- #footer, #footer a {
32
- color: #a0a0a0;
33
- }
34
-
35
- #line-wrapping-toggle {
36
- vertical-align: middle;
37
- }
38
-
39
- #label-for-line-wrapping-toggle {
40
- vertical-align: middle;
41
- }
42
-
43
- ul {
44
- margin-left: 0;
45
- }
46
-
47
- h1, h2, h3 {
48
- white-space: nowrap;
49
- }
50
-
51
- h2 {
52
- font-size: 120%;
53
- }
54
-
55
- ul.tabLinks {
56
- padding-left: 0;
57
- padding-top: 10px;
58
- padding-bottom: 10px;
59
- overflow: auto;
60
- min-width: 800px;
61
- width: auto !important;
62
- width: 800px;
63
- }
64
-
65
- ul.tabLinks li {
66
- float: left;
67
- height: 100%;
68
- list-style: none;
69
- padding-left: 10px;
70
- padding-right: 10px;
71
- padding-top: 5px;
72
- padding-bottom: 5px;
73
- margin-bottom: 0;
74
- -moz-border-radius: 7px;
75
- border-radius: 7px;
76
- margin-right: 25px;
77
- border: solid 1px #d4d4d4;
78
- background-color: #f0f0f0;
79
- }
80
-
81
- ul.tabLinks li:hover {
82
- background-color: #fafafa;
83
- }
84
-
85
- ul.tabLinks li.selected {
86
- background-color: #c5f0f5;
87
- border-color: #c5f0f5;
88
- }
89
-
90
- ul.tabLinks a {
91
- font-size: 120%;
92
- display: block;
93
- outline: none;
94
- text-decoration: none;
95
- margin: 0;
96
- padding: 0;
97
- }
98
-
99
- ul.tabLinks li h2 {
100
- margin: 0;
101
- padding: 0;
102
- }
103
-
104
- div.tab {
105
- }
106
-
107
- div.selected {
108
- display: block;
109
- }
110
-
111
- div.deselected {
112
- display: none;
113
- }
114
-
115
- div.tab table {
116
- min-width: 350px;
117
- width: auto !important;
118
- width: 350px;
119
- border-collapse: collapse;
120
- }
121
-
122
- div.tab th, div.tab table {
123
- border-bottom: solid #d0d0d0 1px;
124
- }
125
-
126
- div.tab th {
127
- text-align: left;
128
- white-space: nowrap;
129
- padding-left: 6em;
130
- }
131
-
132
- div.tab th:first-child {
133
- padding-left: 0;
134
- }
135
-
136
- div.tab td {
137
- white-space: nowrap;
138
- padding-left: 6em;
139
- padding-top: 5px;
140
- padding-bottom: 5px;
141
- }
142
-
143
- div.tab td:first-child {
144
- padding-left: 0;
145
- }
146
-
147
- div.tab td.numeric, div.tab th.numeric {
148
- text-align: right;
149
- }
150
-
151
- span.code {
152
- display: inline-block;
153
- margin-top: 0em;
154
- margin-bottom: 1em;
155
- }
156
-
157
- span.code pre {
158
- font-size: 11pt;
159
- padding-top: 10px;
160
- padding-bottom: 10px;
161
- padding-left: 10px;
162
- padding-right: 10px;
163
- margin: 0;
164
- background-color: #f7f7f7;
165
- border: solid 1px #d0d0d0;
166
- min-width: 700px;
167
- width: auto !important;
168
- width: 700px;
169
- }
170
-
171
- span.wrapped pre {
172
- word-wrap: break-word;
173
- white-space: pre-wrap;
174
- word-break: break-all;
175
- }
176
-
177
- label.hidden {
178
- display: none;
179
- }
@@ -1,84 +0,0 @@
1
-
2
- #summary {
3
- margin-top: 30px;
4
- margin-bottom: 40px;
5
- }
6
-
7
- #summary table {
8
- border-collapse: collapse;
9
- }
10
-
11
- #summary td {
12
- vertical-align: top;
13
- }
14
-
15
- .breadcrumbs, .breadcrumbs a {
16
- color: #606060;
17
- }
18
-
19
- .infoBox {
20
- width: 110px;
21
- padding-top: 15px;
22
- padding-bottom: 15px;
23
- text-align: center;
24
- }
25
-
26
- .infoBox p {
27
- margin: 0;
28
- }
29
-
30
- .counter, .percent {
31
- font-size: 120%;
32
- font-weight: bold;
33
- margin-bottom: 8px;
34
- }
35
-
36
- #duration {
37
- width: 125px;
38
- }
39
-
40
- #successRate, .summaryGroup {
41
- border: solid 2px #d0d0d0;
42
- -moz-border-radius: 10px;
43
- border-radius: 10px;
44
- }
45
-
46
- #successRate {
47
- width: 140px;
48
- margin-left: 35px;
49
- }
50
-
51
- #successRate .percent {
52
- font-size: 180%;
53
- }
54
-
55
- .success, .success a {
56
- color: #008000;
57
- }
58
-
59
- div.success, #successRate.success {
60
- background-color: #bbd9bb;
61
- border-color: #008000;
62
- }
63
-
64
- .failures, .failures a {
65
- color: #b60808;
66
- }
67
-
68
- .skipped, .skipped a {
69
- color: #c09853;
70
- }
71
-
72
- div.failures, #successRate.failures {
73
- background-color: #ecdada;
74
- border-color: #b60808;
75
- }
76
-
77
- ul.linkList {
78
- padding-left: 0;
79
- }
80
-
81
- ul.linkList li {
82
- list-style: none;
83
- margin-bottom: 5px;
84
- }
@@ -1,132 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
- <meta http-equiv="x-ua-compatible" content="IE=edge"/>
6
- <title>Test results - Test Summary</title>
7
- <link href="css/base-style.css" rel="stylesheet" type="text/css"/>
8
- <link href="css/style.css" rel="stylesheet" type="text/css"/>
9
- <script src="js/report.js" type="text/javascript"></script>
10
- </head>
11
- <body>
12
- <div id="content">
13
- <h1>Test Summary</h1>
14
- <div id="summary">
15
- <table>
16
- <tr>
17
- <td>
18
- <div class="summaryGroup">
19
- <table>
20
- <tr>
21
- <td>
22
- <div class="infoBox" id="tests">
23
- <div class="counter">3</div>
24
- <p>tests</p>
25
- </div>
26
- </td>
27
- <td>
28
- <div class="infoBox" id="failures">
29
- <div class="counter">0</div>
30
- <p>failures</p>
31
- </div>
32
- </td>
33
- <td>
34
- <div class="infoBox" id="ignored">
35
- <div class="counter">0</div>
36
- <p>ignored</p>
37
- </div>
38
- </td>
39
- <td>
40
- <div class="infoBox" id="duration">
41
- <div class="counter">15.272s</div>
42
- <p>duration</p>
43
- </div>
44
- </td>
45
- </tr>
46
- </table>
47
- </div>
48
- </td>
49
- <td>
50
- <div class="infoBox success" id="successRate">
51
- <div class="percent">100%</div>
52
- <p>successful</p>
53
- </div>
54
- </td>
55
- </tr>
56
- </table>
57
- </div>
58
- <div id="tabs">
59
- <ul class="tabLinks">
60
- <li>
61
- <a href="#tab0">Packages</a>
62
- </li>
63
- <li>
64
- <a href="#tab1">Classes</a>
65
- </li>
66
- </ul>
67
- <div id="tab0" class="tab">
68
- <h2>Packages</h2>
69
- <table>
70
- <thead>
71
- <tr>
72
- <th>Package</th>
73
- <th>Tests</th>
74
- <th>Failures</th>
75
- <th>Ignored</th>
76
- <th>Duration</th>
77
- <th>Success rate</th>
78
- </tr>
79
- </thead>
80
- <tbody>
81
- <tr>
82
- <td class="success">
83
- <a href="packages/org.embulk.output.html">org.embulk.output</a>
84
- </td>
85
- <td>3</td>
86
- <td>0</td>
87
- <td>0</td>
88
- <td>15.272s</td>
89
- <td class="success">100%</td>
90
- </tr>
91
- </tbody>
92
- </table>
93
- </div>
94
- <div id="tab1" class="tab">
95
- <h2>Classes</h2>
96
- <table>
97
- <thead>
98
- <tr>
99
- <th>Class</th>
100
- <th>Tests</th>
101
- <th>Failures</th>
102
- <th>Ignored</th>
103
- <th>Duration</th>
104
- <th>Success rate</th>
105
- </tr>
106
- </thead>
107
- <tbody>
108
- <tr>
109
- <td class="success"/>
110
- <a href="classes/org.embulk.output.ParquetOutputPluginTest.html">org.embulk.output.ParquetOutputPluginTest</a>
111
- <td>3</td>
112
- <td>0</td>
113
- <td>0</td>
114
- <td>15.272s</td>
115
- <td class="success">100%</td>
116
- </tr>
117
- </tbody>
118
- </table>
119
- </div>
120
- </div>
121
- <div id="footer">
122
- <p>
123
- <div>
124
- <label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
125
- <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
126
- </label>
127
- </div>Generated by
128
- <a href="http://www.gradle.org">Gradle 3.2.1</a> at Oct 7, 2019 8:42:33 AM</p>
129
- </div>
130
- </div>
131
- </body>
132
- </html>
@@ -1,194 +0,0 @@
1
- (function (window, document) {
2
- "use strict";
3
-
4
- var tabs = {};
5
-
6
- function changeElementClass(element, classValue) {
7
- if (element.getAttribute("className")) {
8
- element.setAttribute("className", classValue);
9
- } else {
10
- element.setAttribute("class", classValue);
11
- }
12
- }
13
-
14
- function getClassAttribute(element) {
15
- if (element.getAttribute("className")) {
16
- return element.getAttribute("className");
17
- } else {
18
- return element.getAttribute("class");
19
- }
20
- }
21
-
22
- function addClass(element, classValue) {
23
- changeElementClass(element, getClassAttribute(element) + " " + classValue);
24
- }
25
-
26
- function removeClass(element, classValue) {
27
- changeElementClass(element, getClassAttribute(element).replace(classValue, ""));
28
- }
29
-
30
- function initTabs() {
31
- var container = document.getElementById("tabs");
32
-
33
- tabs.tabs = findTabs(container);
34
- tabs.titles = findTitles(tabs.tabs);
35
- tabs.headers = findHeaders(container);
36
- tabs.select = select;
37
- tabs.deselectAll = deselectAll;
38
- tabs.select(0);
39
-
40
- return true;
41
- }
42
-
43
- function getCheckBox() {
44
- return document.getElementById("line-wrapping-toggle");
45
- }
46
-
47
- function getLabelForCheckBox() {
48
- return document.getElementById("label-for-line-wrapping-toggle");
49
- }
50
-
51
- function findCodeBlocks() {
52
- var spans = document.getElementById("tabs").getElementsByTagName("span");
53
- var codeBlocks = [];
54
- for (var i = 0; i < spans.length; ++i) {
55
- if (spans[i].className.indexOf("code") >= 0) {
56
- codeBlocks.push(spans[i]);
57
- }
58
- }
59
- return codeBlocks;
60
- }
61
-
62
- function forAllCodeBlocks(operation) {
63
- var codeBlocks = findCodeBlocks();
64
-
65
- for (var i = 0; i < codeBlocks.length; ++i) {
66
- operation(codeBlocks[i], "wrapped");
67
- }
68
- }
69
-
70
- function toggleLineWrapping() {
71
- var checkBox = getCheckBox();
72
-
73
- if (checkBox.checked) {
74
- forAllCodeBlocks(addClass);
75
- } else {
76
- forAllCodeBlocks(removeClass);
77
- }
78
- }
79
-
80
- function initControls() {
81
- if (findCodeBlocks().length > 0) {
82
- var checkBox = getCheckBox();
83
- var label = getLabelForCheckBox();
84
-
85
- checkBox.onclick = toggleLineWrapping;
86
- checkBox.checked = false;
87
-
88
- removeClass(label, "hidden");
89
- }
90
- }
91
-
92
- function switchTab() {
93
- var id = this.id.substr(1);
94
-
95
- for (var i = 0; i < tabs.tabs.length; i++) {
96
- if (tabs.tabs[i].id === id) {
97
- tabs.select(i);
98
- break;
99
- }
100
- }
101
-
102
- return false;
103
- }
104
-
105
- function select(i) {
106
- this.deselectAll();
107
-
108
- changeElementClass(this.tabs[i], "tab selected");
109
- changeElementClass(this.headers[i], "selected");
110
-
111
- while (this.headers[i].firstChild) {
112
- this.headers[i].removeChild(this.headers[i].firstChild);
113
- }
114
-
115
- var h2 = document.createElement("H2");
116
-
117
- h2.appendChild(document.createTextNode(this.titles[i]));
118
- this.headers[i].appendChild(h2);
119
- }
120
-
121
- function deselectAll() {
122
- for (var i = 0; i < this.tabs.length; i++) {
123
- changeElementClass(this.tabs[i], "tab deselected");
124
- changeElementClass(this.headers[i], "deselected");
125
-
126
- while (this.headers[i].firstChild) {
127
- this.headers[i].removeChild(this.headers[i].firstChild);
128
- }
129
-
130
- var a = document.createElement("A");
131
-
132
- a.setAttribute("id", "ltab" + i);
133
- a.setAttribute("href", "#tab" + i);
134
- a.onclick = switchTab;
135
- a.appendChild(document.createTextNode(this.titles[i]));
136
-
137
- this.headers[i].appendChild(a);
138
- }
139
- }
140
-
141
- function findTabs(container) {
142
- return findChildElements(container, "DIV", "tab");
143
- }
144
-
145
- function findHeaders(container) {
146
- var owner = findChildElements(container, "UL", "tabLinks");
147
- return findChildElements(owner[0], "LI", null);
148
- }
149
-
150
- function findTitles(tabs) {
151
- var titles = [];
152
-
153
- for (var i = 0; i < tabs.length; i++) {
154
- var tab = tabs[i];
155
- var header = findChildElements(tab, "H2", null)[0];
156
-
157
- header.parentNode.removeChild(header);
158
-
159
- if (header.innerText) {
160
- titles.push(header.innerText);
161
- } else {
162
- titles.push(header.textContent);
163
- }
164
- }
165
-
166
- return titles;
167
- }
168
-
169
- function findChildElements(container, name, targetClass) {
170
- var elements = [];
171
- var children = container.childNodes;
172
-
173
- for (var i = 0; i < children.length; i++) {
174
- var child = children.item(i);
175
-
176
- if (child.nodeType === 1 && child.nodeName === name) {
177
- if (targetClass && child.className.indexOf(targetClass) < 0) {
178
- continue;
179
- }
180
-
181
- elements.push(child);
182
- }
183
- }
184
-
185
- return elements;
186
- }
187
-
188
- // Entry point.
189
-
190
- window.onload = function() {
191
- initTabs();
192
- initControls();
193
- };
194
- } (window, window.document));
@@ -1,103 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
- <meta http-equiv="x-ua-compatible" content="IE=edge"/>
6
- <title>Test results - Package org.embulk.output</title>
7
- <link href="../css/base-style.css" rel="stylesheet" type="text/css"/>
8
- <link href="../css/style.css" rel="stylesheet" type="text/css"/>
9
- <script src="../js/report.js" type="text/javascript"></script>
10
- </head>
11
- <body>
12
- <div id="content">
13
- <h1>Package org.embulk.output</h1>
14
- <div class="breadcrumbs">
15
- <a href="../index.html">all</a> &gt; org.embulk.output</div>
16
- <div id="summary">
17
- <table>
18
- <tr>
19
- <td>
20
- <div class="summaryGroup">
21
- <table>
22
- <tr>
23
- <td>
24
- <div class="infoBox" id="tests">
25
- <div class="counter">3</div>
26
- <p>tests</p>
27
- </div>
28
- </td>
29
- <td>
30
- <div class="infoBox" id="failures">
31
- <div class="counter">0</div>
32
- <p>failures</p>
33
- </div>
34
- </td>
35
- <td>
36
- <div class="infoBox" id="ignored">
37
- <div class="counter">0</div>
38
- <p>ignored</p>
39
- </div>
40
- </td>
41
- <td>
42
- <div class="infoBox" id="duration">
43
- <div class="counter">15.272s</div>
44
- <p>duration</p>
45
- </div>
46
- </td>
47
- </tr>
48
- </table>
49
- </div>
50
- </td>
51
- <td>
52
- <div class="infoBox success" id="successRate">
53
- <div class="percent">100%</div>
54
- <p>successful</p>
55
- </div>
56
- </td>
57
- </tr>
58
- </table>
59
- </div>
60
- <div id="tabs">
61
- <ul class="tabLinks">
62
- <li>
63
- <a href="#tab0">Classes</a>
64
- </li>
65
- </ul>
66
- <div id="tab0" class="tab">
67
- <h2>Classes</h2>
68
- <table>
69
- <thread>
70
- <tr>
71
- <th>Class</th>
72
- <th>Tests</th>
73
- <th>Failures</th>
74
- <th>Ignored</th>
75
- <th>Duration</th>
76
- <th>Success rate</th>
77
- </tr>
78
- </thread>
79
- <tr>
80
- <td class="success">
81
- <a href="../classes/org.embulk.output.ParquetOutputPluginTest.html">ParquetOutputPluginTest</a>
82
- </td>
83
- <td>3</td>
84
- <td>0</td>
85
- <td>0</td>
86
- <td>15.272s</td>
87
- <td class="success">100%</td>
88
- </tr>
89
- </table>
90
- </div>
91
- </div>
92
- <div id="footer">
93
- <p>
94
- <div>
95
- <label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
96
- <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
97
- </label>
98
- </div>Generated by
99
- <a href="http://www.gradle.org">Gradle 3.2.1</a> at Oct 7, 2019 8:42:33 AM</p>
100
- </div>
101
- </div>
102
- </body>
103
- </html>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="org.embulk.output.ParquetOutputPluginTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2019-10-07T05:42:18" hostname="Angeloss-MBP" time="15.272">
3
- <properties/>
4
- <testcase name="checkColumnsRequired" classname="org.embulk.output.ParquetOutputPluginTest" time="12.145"/>
5
- <testcase name="checkExtraConfigurations" classname="org.embulk.output.ParquetOutputPluginTest" time="1.937"/>
6
- <testcase name="checkDefaultValues" classname="org.embulk.output.ParquetOutputPluginTest" time="1.19"/>
7
- <system-out><![CDATA[]]></system-out>
8
- <system-err><![CDATA[]]></system-err>
9
- </testsuite>
File without changes
Binary file