Skip to content

Commit

Permalink
resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-db committed Oct 25, 2024
1 parent 8325a74 commit c518114
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,11 +836,6 @@ class SnowflakeExpressionBuilder(override val vc: SnowflakeVisitorCoordinator)
Option(ctx.NOT()).fold[ir.Expression](like)(_ => ir.Not(like))
}

override def visitExprList(ctx: ExprListContext): ir.Expression = {
val exprList = ctx.expr().asScala.map(_.accept(this)).toList
ir.ExprList(exprList)
}

override def visitPredLikeMultiplePatterns(ctx: PredLikeMultiplePatternsContext): ir.Expression =
errorCheck(ctx) match {
case Some(errorResult) => errorResult
Expand Down

0 comments on commit c518114

Please sign in to comment.