ritikam2 commented on PR #18994:
URL: https://github.com/apache/spark/pull/18994#issuecomment-1492432645
Hi Suresh I am trying to look into your changes. I am not able to find the
following
In SparkSqlParser cannot find AddTableConstraintContext
```
override def visitAddTableConstraint(
ctx: AddTableConstraintContext):
LogicalPlan = withOrigin(ctx) {
val tableIdentifier = visitTableIdentifier(ctx.tableIdentifier)
```
In SparkSqlParser cannot find TableConstraintContext
```
`override` def visitTableConstraint(
ctx: TableConstraintContext):
TableConstraint = withOrigin(ctx) {
val keyColNames = visitIdentifierList(ctx.keyColNames).toArray
```
--
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]