Skip to content

Commit

Permalink
resolve code err
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil committed Aug 27, 2024
1 parent 972b048 commit 43c0d06
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@
public class RowBatch {
private static final Logger logger = LoggerFactory.getLogger(RowBatch.class);

private static final DateTimeFormatter DATE_TIME_FORMATTER = new DateTimeFormatterBuilder()
.appendPattern("yyyy-MM-dd HH:mm:ss")
.appendFraction(ChronoField.MICRO_OF_SECOND, 0, 6, true)
.toFormatter();
private final List<Row> rowBatch = new ArrayList<>();
private final ArrowReader arrowReader;
private final Schema schema;
Expand Down

0 comments on commit 43c0d06

Please sign in to comment.