Spark SQL driver is not reading database schema of Hive

Error running sync step: Output of db-metadata does not match schema:
{:tables #{{:name (not (instance? java.lang.String nil))}}}

The table name is plain English, and the table is without partition.

My environment
metabase version: official jar file, v0.31.2
spark sql driver: build from the latest git https://github.com/metabase/sparksql-deps

I’ve refer the git issue https://github.com/metabase/metabase/issues/7630, and cannot solve my problem. Anyone can help me? thanks