Unsubscribe

2022-06-16 Thread Ibrar Ahmed

Is input-pruning broken in Hive3 (over Tez/MR3) for tablesample?

2022-06-16 Thread Pau Tallada
Hi, TLDR; I'm unable to get input-pruning working in Hive3 for tablesample clause using buckets. In Hive2, I had bucketed tables clustered using 256 buckets. Whenever I did a SELECT ... FROM whatever WHERE ... I could see 256 mappers processing the entire table data. When I did a SELECT ... FROM