Files
doris/tools
caoyang10 0eb54007be [Bug]External engines(e.g. ES) don't have segments, ignore those tables (#4671)
It will crash when there are External engine tables in doris after executing "python show_segment_status.py"
The main reason is external engine tables don't have any index and partitions. So it should be ignored.
2020-09-28 13:39:05 +08:00
..