cloud-fan commented on code in PR #47562:
URL: https://github.com/apache/spark/pull/47562#discussion_r1699472198


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -61,8 +61,8 @@ import org.apache.spark.util.random.RandomSampler
  * The AstBuilder converts an ANTLR4 ParseTree into a catalyst Expression, 
LogicalPlan or
  * TableIdentifier.
  */
-class AstBuilder extends DataTypeAstBuilder with SQLConfHelper
-                  with Logging with DataTypeErrorsBase {
+class AstBuilder
+  extends DataTypeAstBuilder with SQLConfHelper with Logging with 
DataTypeErrorsBase {

Review Comment:
   ```suggestion
   class AstBuilder extends DataTypeAstBuilder
     with SQLConfHelper with Logging with DataTypeErrorsBase {
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to