Hi there

Using Impala to interact with Kudu, one is able to add range partitions with 
single values, i.e 'VALUE = (123, “abc”)'. How would I go about creating the 
same type of range partition using the Java API?

When adding a new range partition, the Java API for 
'AlterTableOptions.addRangePartition' expects lower and upper bound 
‘PartialRow’ objects, where the upper bound must explicitly be greater than the 
lower bound. 

Nabeelah

Reply via email to