[HUDI-1514] Avoid raw type use for parameter of Transformer interface (#2420)
This commit is contained in:
@@ -44,5 +44,5 @@ public interface Transformer {
|
|||||||
* @return Transformed Dataset
|
* @return Transformed Dataset
|
||||||
*/
|
*/
|
||||||
@PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
|
@PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
|
||||||
Dataset apply(JavaSparkContext jsc, SparkSession sparkSession, Dataset<Row> rowDataset, TypedProperties properties);
|
Dataset<Row> apply(JavaSparkContext jsc, SparkSession sparkSession, Dataset<Row> rowDataset, TypedProperties properties);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user