+1 vote
in Hive by
When the schema of the table doesn’t match with the data types of the file that is to be loaded, what does Hive do?

(a) Corrects the data

(b) Throws error

(c) Drops the file

(d) Returns null

1 Answer

0 votes
by
edited by

When the schema of the table doesn’t match with the data types of the file that is to be loaded, what does Hive do?

(a) Corrects the data

(b) Throws error

(c) Drops the file

(d) Returns null

Correct Answer to the above question is : Returns null

🔗Reference: stackoverflow.com

🔗Source: Java Interview Questions and Answers

Related questions

+1 vote
asked Feb 2, 2022 in Apache Pig by sharadyadav1986
0 votes
asked Oct 25, 2020 in Hive by rahuljain1
...