File tree Expand file tree Collapse file tree
main/java/com/teragrep/pth_15
test/java/com/teragrep/pth_15 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949import org .apache .spark .sql .Row ;
5050import org .apache .spark .sql .SparkSession ;
5151
52+ import java .time .ZonedDateTime ;
5253import java .util .concurrent .TimeoutException ;
5354import java .util .function .BiConsumer ;
5455
@@ -60,7 +61,8 @@ public DPLExecutorResult interpret(
6061 String queryId ,
6162 String noteId ,
6263 String paragraphId ,
63- String lines
64+ String lines ,
65+ ZonedDateTime startTime
6466 ) throws TimeoutException ;
6567
6668 public abstract void stop () throws TimeoutException ;
Original file line number Diff line number Diff line change 5050import org .apache .spark .sql .Row ;
5151import org .apache .spark .sql .SparkSession ;
5252
53+ import java .time .ZonedDateTime ;
5354import java .util .concurrent .TimeoutException ;
5455import java .util .function .BiConsumer ;
5556
@@ -65,7 +66,8 @@ public DPLExecutorResult interpret(
6566 String queryId ,
6667 String noteId ,
6768 String paragraphId ,
68- String lines
69+ String lines ,
70+ ZonedDateTime startTime
6971 ) throws TimeoutException {
7072 throw new UnsupportedOperationException ("Not supported." );
7173 }
You can’t perform that action at this time.
0 commit comments