spark git commit: [SPARK-22932][SQL] Refactor AnalysisContext

2018-01-03 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 b96248862 -> 27c949d67 [SPARK-22932][SQL] Refactor AnalysisContext ## What changes were proposed in this pull request? Add a `reset` function to ensure the state in `AnalysisContext ` is per-query. ## How was this patch tested? The

spark git commit: [SPARK-22932][SQL] Refactor AnalysisContext

2018-01-01 Thread lixiao
Repository: spark Updated Branches: refs/heads/master e734a4b9c -> e0c090f22 [SPARK-22932][SQL] Refactor AnalysisContext ## What changes were proposed in this pull request? Add a `reset` function to ensure the state in `AnalysisContext ` is per-query. ## How was this patch tested? The