spark git commit: [SPARK-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 3afb3a20e -> 53aeb3d65 [SPARK-25816][SQL] Fix attribute resolution in nested extractors Extractors are made of 2 expressions, one of them defines the the value to be extract from (called `child`) and the other defines the way of

spark git commit: [SPARK-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4427a96bc -> ca2fca143 [SPARK-25816][SQL] Fix attribute resolution in nested extractors ## What changes were proposed in this pull request? Extractors are made of 2 expressions, one of them defines the the value to be extract from

spark git commit: [SPARK-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.4 0f74bac64 -> 00771dced [SPARK-25816][SQL] Fix attribute resolution in nested extractors ## What changes were proposed in this pull request? Extractors are made of 2 expressions, one of them defines the the value to be extract from