Member since
08-01-2019
3
Posts
0
Kudos Received
0
Solutions
07-13-2022
12:10 AM
hi @pszabados - via Spark: timestamp will be converted to UTC in Kudu (however you can change this behavior in spark.conf) please, can you share the option to set?
... View more
07-29-2020
10:19 AM
Yes we should be able to prune based on range partitions. https://docs.cloudera.com/documentation/enterprise/latest/topics/impala_kudu.html#kudu_partitioning has some examples of how to set up a table with both range and hash partitions. You can specify arbitrary timestamp ranges for the partitions. You can see in the Impala explain plan if your WHERE predicates were converted into kudu pushdown predicates (they're labelled kudu predicates).
... View more