Hey Naresh,
Thanks for your question. Yes it will work!
Thanks,
Abhishek Somani
On Fri, Jul 26, 2019 at 7:08 PM naresh Goud
wrote:
> Thanks Abhishek.
>
> Will it work on hive acid table which is not compacted ? i.e table having
> base and delta files?
>
> Let’s say hive acid table customer
>
>
Thanks Abhishek.
Will it work on hive acid table which is not compacted ? i.e table having
base and delta files?
Let’s say hive acid table customer
Create table customer(customer_id int, customer_name string, customer_email
string) cluster by customer_id buckets 10 location ‘/test/customer’
tabl