Let's say if I created a hive table as ORC format and inserted 1M records into the table, which created a file with 17 stripes. The last stripe is not full.
Then I insterted another 100 records into this table, will the new 100 records be appended into the last stripe or a new stripe will be created ?
I have tried to test it on a HDFS cluster, seems like every time we insert new records, a new file will be created (of course, new stripes are created too). Was wondering why?