Commit 6e8f4afa authored by Naotoshi Seo's avatar Naotoshi Seo

Update NoneParserPlugin.java

parent e79af246
...@@ -15,17 +15,10 @@ import org.embulk.spi.SchemaConfig; ...@@ -15,17 +15,10 @@ import org.embulk.spi.SchemaConfig;
import org.embulk.spi.Exec; import org.embulk.spi.Exec;
import org.embulk.spi.PageBuilder; import org.embulk.spi.PageBuilder;
import org.embulk.spi.util.LineDecoder; import org.embulk.spi.util.LineDecoder;
//import org.embulk.spi.type.TimestampType;
//import org.embulk.spi.time.TimestampParser;
//import org.embulk.spi.time.TimestampParseException;
import org.embulk.spi.ColumnConfig; import org.embulk.spi.ColumnConfig;
import java.util.ArrayList; import java.util.ArrayList;
//import static org.embulk.spi.type.Types.BOOLEAN;
//import static org.embulk.spi.type.Types.DOUBLE;
//import static org.embulk.spi.type.Types.LONG;
import static org.embulk.spi.type.Types.STRING; import static org.embulk.spi.type.Types.STRING;
//import static org.embulk.spi.type.Types.TIMESTAMP;
public class NoneParserPlugin public class NoneParserPlugin
implements ParserPlugin implements ParserPlugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment