Login
Remember
Register
Ask a Question
When the schema of the table doesn’t match with the data types of the file. What does Hive do?
+1
vote
asked
Oct 25, 2020
in
Hive
by
rahuljain1
When the schema of the table doesn’t match with the data types of the file. What does Hive do?
(a) Throws error.
(b) Returns null
(c) Drops the file.
(d) Corrects the data
#hive-schema
#schema-hive
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2020
by
sharadyadav1986
When the schema of the table doesn’t match with the data types of the file. What does Hive do?
(a) Throws error.
(b) Returns null
(c) Drops the file.
(d) Corrects the data
Correct Answer to the above question is : Returns null
...