Skip to content
Prev Previous commit
Next Next commit
Update JavaSimpleWritableDataSource.java
delete duplicated blank Lines in `JavaSimpleWritableDataSource`
  • Loading branch information
kevincmchen authored Feb 18, 2021
commit 8c080ba80ced4af173b9d2cebc9475e0a722c75e
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
*/
public class JavaSimpleWritableDataSource implements TestingV2Source, SessionConfigSupport {


private final StructType tableSchema = new StructType().add("i", "long").add("j", "long");

@Override
Expand Down