Github user wangyum commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22124#discussion_r210832045
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/rules.scala 
---
    @@ -490,7 +490,8 @@ object DDLPreprocessingUtils {
           case (expected, actual) =>
             if (expected.dataType.sameType(actual.dataType) &&
               expected.name == actual.name &&
    -          expected.metadata == actual.metadata) {
    +          expected.metadata == actual.metadata &&
    +          expected.exprId.id == actual.exprId.id) {
    --- End diff --
    
    This is not a correct change. please ignore this.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to