fanluoo commented on code in PR #3808: URL: https://github.com/apache/calcite/pull/3808#discussion_r1636184761
########## core/src/main/java/org/apache/calcite/sql/dialect/StarRocksSqlDialect.java: ########## @@ -19,14 +19,7 @@ import org.apache.calcite.avatica.util.TimeUnitRange; import org.apache.calcite.config.NullCollation; import org.apache.calcite.rel.type.RelDataType; -import org.apache.calcite.sql.SqlAbstractDateTimeLiteral; -import org.apache.calcite.sql.SqlAlienSystemTypeNameSpec; -import org.apache.calcite.sql.SqlCall; -import org.apache.calcite.sql.SqlDataTypeSpec; -import org.apache.calcite.sql.SqlDialect; -import org.apache.calcite.sql.SqlLiteral; -import org.apache.calcite.sql.SqlNode; -import org.apache.calcite.sql.SqlWriter; +import org.apache.calcite.sql.*; Review Comment: > @fanluoo calcite does not allow import.* Thank you for the reminder, Let me make some adjustments -- 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]
