leesf commented on a change in pull request #960: Adding type test for timestamp,date & decimal URL: https://github.com/apache/incubator-hudi/pull/960#discussion_r336247736
########## File path: hudi-client/src/test/java/org/apache/hudi/common/HoodieTestDataGenerator.java ########## @@ -18,9 +18,15 @@ package org.apache.hudi.common; +import static org.apache.spark.sql.types.DataTypes.*; Review comment: Please split the * into seperate import. ---------------------------------------------------------------- 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
