Files
doris/fe/fe-core
Shuo Wang 7903e6491a [Bug](partition pruning v2) Fix NPE when calling Analyzer.getContext() in partition pruning related logic. (#7542)
The partition pruning v2 use connection context in `OlapScanNode`. 
Before this PR, NPE would occur when running SQL without ConnectContext such as export, load.
For example:
```
EXPORT TABLE t TO "file:///home/data/export.txt"
```
2021-12-30 17:03:14 +08:00
..