File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
sql/core/src/main/java/org/apache/spark/sql/sources/v2 Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2020import java .util .Optional ;
2121
2222import org .apache .spark .annotation .InterfaceStability ;
23- import org .apache .spark .sql .sources .v2 .DataSourceV2 ;
24- import org .apache .spark .sql .sources .v2 .DataSourceOptions ;
2523import org .apache .spark .sql .sources .v2 .reader .streaming .ContinuousReader ;
2624import org .apache .spark .sql .types .StructType ;
2725
Original file line number Diff line number Diff line change 2020import java .util .Optional ;
2121
2222import org .apache .spark .annotation .InterfaceStability ;
23- import org .apache .spark .sql .sources .v2 .DataSourceOptions ;
24- import org .apache .spark .sql .sources .v2 .DataSourceV2 ;
2523import org .apache .spark .sql .sources .v2 .reader .streaming .MicroBatchReader ;
2624import org .apache .spark .sql .types .StructType ;
2725
Original file line number Diff line number Diff line change 1919
2020import org .apache .spark .annotation .InterfaceStability ;
2121import org .apache .spark .sql .execution .streaming .BaseStreamingSink ;
22- import org .apache .spark .sql .sources .v2 .DataSourceOptions ;
23- import org .apache .spark .sql .sources .v2 .DataSourceV2 ;
2422import org .apache .spark .sql .sources .v2 .writer .DataSourceWriter ;
2523import org .apache .spark .sql .sources .v2 .writer .streaming .StreamWriter ;
2624import org .apache .spark .sql .streaming .OutputMode ;
You can’t perform that action at this time.
0 commit comments