Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
embulk-parser-none-bin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Klaus Wölfel
embulk-parser-none-bin
Commits
d86a297d
Commit
d86a297d
authored
Jul 20, 2022
by
Klaus Wölfel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase chunksize
parent
6c4d4c56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/org/embulk/parser/NoneBinParserPlugin.java
src/main/java/org/embulk/parser/NoneBinParserPlugin.java
+1
-1
No files found.
src/main/java/org/embulk/parser/NoneBinParserPlugin.java
View file @
d86a297d
...
...
@@ -67,7 +67,7 @@ public class NoneBinParserPlugin
PluginTask
task
=
taskSource
.
loadTask
(
PluginTask
.
class
);
FileInputInputStream
dataIn
=
new
FileInputInputStream
(
input
);
PageBuilder
pageBuilder
=
new
PageBuilder
(
Exec
.
getBufferAllocator
(),
schema
,
output
);
int
chunksize
=
1024
*
1024
*
10
;
int
chunksize
=
1024
*
1024
*
10
0
;
while
(
input
.
nextFile
()
){
byte
[]
pathBytesArray
=
new
byte
[
MAX_NAME_LENGTH
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment