If the user manually removed a hive partition (remove the partition dir through hdfs), doris will failed to query the hive table with an error message get file split failed for table. That is because the Hive metadata still contains the removed partition. This pr is to fix this bug. Skip the not exist dirs.