Description
When trying to access a non-existing partition, through spark a customer encountered the below error message which is not too self explanatory:
Caused by: java.lang.RuntimeException: Failed to write 1 rows to Kudu; Sample errors: Not found: ([0x000000018005BDAA4BF52400, 0x000000028005BCC2F4C85400)) at org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:366) at org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:350)
Filing this Jira to make the error message more meaningful