pratyakshsharma commented on a change in pull request #1524: [HUDI-801] Adding a way to post process schema after it is fetched URL: https://github.com/apache/incubator-hudi/pull/1524#discussion_r410440760
########## File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/RowBasedSchemaProvider.java ########## @@ -22,29 +22,30 @@ import org.apache.hudi.common.config.TypedProperties; import org.apache.avro.Schema; +import org.apache.hudi.common.util.collection.Pair; Review comment: please reorder imports according to our checkstyle rules everywhere. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
