|
Change Variable Type result : DynamicResult to result : DynamicResult<?> in method public snapshotResult(session SessionContext, resultId String, pageSize int) : TypedResult<Integer> in class org.apache.flink.table.client.gateway.local.LocalExecutor |
From |
To |
|
Change Variable Type result : DynamicResult to result : DynamicResult<?> in method public retrieveResultChanges(session SessionContext, resultId String) : TypedResult<List<Tuple2<Boolean,Row>>> in class org.apache.flink.table.client.gateway.local.LocalExecutor |
From |
To |
|
Change Variable Type result : DynamicResult to result : DynamicResult<?> in method public retrieveResultPage(resultId String, page int) : List<Row> in class org.apache.flink.table.client.gateway.local.LocalExecutor |
From |
To |