76c9fc17350660352ba433e12a3c31c6333a22de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type dataFrame : DataFrame to dataFrame : Dataset<Row> in method public setDataFrame(dataFrame Dataset<Row>) : void in class org.apache.camel.component.spark.SparkEndpoint | From | To | |
Change Return Type | 2 | ||
Change Return Type DataFrame to Dataset<Row> in method protected resolveDataFrame(exchange Exchange) : Dataset<Row> in class org.apache.camel.component.spark.DataFrameSparkProducer | From | To | |
Change Return Type DataFrame to Dataset<Row> in method public getDataFrame() : Dataset<Row> in class org.apache.camel.component.spark.SparkEndpoint | From | To | |
Change Variable Type | 4 | ||
Change Variable Type dataFrame : DataFrame to dataFrame : Dataset<Row> in method public shouldCountFrame() : void in class org.apache.camel.component.spark.SparkProducerTest | From | To | |
Change Variable Type jsonCars : DataFrame to jsonCars : Dataset<Row> in method protected createRegistry() : JndiRegistry in class org.apache.camel.component.spark.SparkProducerTest | From | To | |
Change Variable Type dataFrame : DataFrame to dataFrame : Dataset<Row> in method public process(exchange Exchange) : void in class org.apache.camel.component.spark.DataFrameSparkProducer | From | To | |
Change Variable Type resultFrame : DataFrame to resultFrame : Dataset<Row> in method public process(exchange Exchange) : void in class org.apache.camel.component.spark.HiveSparkProducer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type dataFrame : DataFrame to dataFrame : Dataset<Row> in class org.apache.camel.component.spark.SparkEndpoint | From | To |