|
Rename Method public addFormatProperties(properties DescriptorProperties) : void renamed to protected toFormatProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Json |
From |
To |
|
Rename Method private validateAndGetProperties(propertiesMap Map<String,String>) : DescriptorProperties renamed to private getValidatedProperties(propertiesMap Map<String,String>) : DescriptorProperties in class org.apache.flink.formats.avro.AvroRowFormatFactory |
From |
To |
|
Rename Method public addFormatProperties(properties DescriptorProperties) : void renamed to protected toFormatProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Avro |
From |
To |
|
Rename Method public supportedProperties() : List<String> renamed to protected supportedFormatProperties() : List<String> in class org.apache.flink.formats.json.JsonRowFormatFactory |
From |
To |
|
Rename Method public addConnectorProperties(properties DescriptorProperties) : void renamed to protected toConnectorProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Kafka |
From |
To |
|
Rename Method private validateAndGetProperties(propertiesMap Map<String,String>) : DescriptorProperties renamed to private getValidatedProperties(propertiesMap Map<String,String>) : DescriptorProperties in class org.apache.flink.formats.json.JsonRowFormatFactory |
From |
To |
|
Rename Method public addConnectorProperties(properties DescriptorProperties) : void renamed to protected toConnectorProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Elasticsearch |
From |
To |
|
Rename Method public supportedProperties() : List<String> renamed to protected supportedFormatProperties() : List<String> in class org.apache.flink.formats.avro.AvroRowFormatFactory |
From |
To |
|
Pull Up Method public requiredContext() : Map<String,String> from class org.apache.flink.formats.json.JsonRowFormatFactory to public requiredContext() : Map<String,String> from class org.apache.flink.table.factories.TableFormatFactoryBase |
From |
To |
|
Pull Up Method public supportsSchemaDerivation() : boolean from class org.apache.flink.formats.avro.AvroRowFormatFactory to public supportsSchemaDerivation() : boolean from class org.apache.flink.table.factories.TableFormatFactoryBase |
From |
To |
|
Pull Up Method public requiredContext() : Map<String,String> from class org.apache.flink.formats.avro.AvroRowFormatFactory to public requiredContext() : Map<String,String> from class org.apache.flink.table.factories.TableFormatFactoryBase |
From |
To |
|
Pull Up Method public supportsSchemaDerivation() : boolean from class org.apache.flink.formats.json.JsonRowFormatFactory to public supportsSchemaDerivation() : boolean from class org.apache.flink.table.factories.TableFormatFactoryBase |
From |
To |
|
Change Return Type void to Map<String,String> in method protected toFormatProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Json |
From |
To |
|
Change Return Type void to Map<String,String> in method protected toConnectorProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Kafka |
From |
To |
|
Change Return Type void to Map<String,String> in method protected toConnectorProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Elasticsearch |
From |
To |
|
Change Return Type void to Map<String,String> in method protected toFormatProperties() : Map<String,String> in class org.apache.flink.table.descriptors.Avro |
From |
To |