zhangyue19921010 commented on code in PR #18433: URL: https://github.com/apache/druid/pull/18433#discussion_r2442740874
########## processing/src/main/java/org/apache/druid/data/input/InputFormat.java: ########## @@ -26,6 +26,7 @@ import org.apache.druid.data.input.impl.CsvInputFormat; import org.apache.druid.data.input.impl.DelimitedInputFormat; import org.apache.druid.data.input.impl.JsonInputFormat; +import org.apache.druid.data.input.impl.LinesInputFormat; Review Comment: This change imports the Druid-related dependency. This is Good. Importing Druid-related dependency `LinesInputFormat` can greatly improve code readability and reduce the cost of Druid dependency modification. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
