You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Qian Sun <qi...@gmail.com> on 2021/11/05 03:10:03 UTC

Why default database needs to drop Index when hive client reset?

Hello everyone,

I have one question.

Why default database needs to drop Index when hive client reset? It seems that spark doesn’t have any Index operation in metastore.

Code:




https://github.com/apache/spark/blob/840ce67427e1be8e3abaf9bb606ab78af5a6b4fc/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala#L983-L984