My hive external table was stored on Aliyun OSS. Hive can execute SQL: select * from log_imp_v2 where dt=20201209 and hour=10 limit 10;
select * from log_imp_v2 where dt=20201209 and hour=10 limit 10;
However in Spark-