codope commented on code in PR #12363: URL: https://github.com/apache/hudi/pull/12363#discussion_r1862659471
########## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/RecordLevelIndexSupport.scala: ########## @@ -25,8 +25,8 @@ import org.apache.hudi.common.model.FileSlice import org.apache.hudi.common.model.HoodieRecord.HoodieMetadataField import org.apache.hudi.common.model.HoodieTableQueryType.SNAPSHOT import org.apache.hudi.common.table.HoodieTableMetaClient -import org.apache.hudi.common.table.timeline.InstantComparison.compareTimestamps import org.apache.hudi.common.table.timeline.InstantComparison +import org.apache.hudi.common.table.timeline.InstantComparison.compareTimestamps Review Comment: remove any unused 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
