Member since
11-27-2018
2
Posts
0
Kudos Received
0
Solutions
06-19-2019
06:52 AM
Hello, your answer does not explain the reason of this behaviour. In my case I used the partitioning field with the same case sensitive FiledID. But the table were created properly only when I used an lower case name. The main undesiderate effect in my opinion is that the user is not notified when he creates a table and partitions are not recovered properly. Also in the impalad logs there is nothing about it (ERROR and WARN). Thank you
... View more
06-19-2019
06:45 AM
Hi, I had the same behaviour on Impala CREATE EXTERNAL TABLE but with a camel case partitioning (i.e. 'FieldID=123'). With all lower case partitioning name I solved the issue immediately ('fieldid=123').
... View more