I am trying to create a range partition on timestamp column by year on a KUDU table. I could find a solution yet. The table have hash partition on primary keys and have 131 M records. I have a requirement to extract the records created/updated in last 6 months. I assume range partition on the lastupdateddate column may help to fetch the data faster as it would avoid full table scan. Appreciate your thoughts.