+1 vote
in Hive by
If the partition of an index table is dropped, then

(a) Error is thrown.

(b) None of the indexes are dropped.

(c) Corresponding partitions are also dropped.

(d) Indexes are refreshed by default.

1 Answer

0 votes
by

If the partition of an index table is dropped, then

(a) Error is thrown.

(b) None of the indexes are dropped.

(c) Corresponding partitions are also dropped.

(d) Indexes are refreshed by default.

Correct Answer to the above question is :  Corresponding partitions are also dropped.

🔗Reference: stackoverflow.com

🔗Source: Java Interview Questions and Answers

...