upsert dataframe to kudu

2020-07-06 Thread Umesh Bansal
Hi All, We are running into issues when spark is trying to insert a dataframe into the kudu table having 300 columns. Few of the tables getting inserted with NULL values. In code, we are using upsert built in method and passing dataframe on it Thanks

upsert dataframe to kudu

2020-07-01 Thread Umesh Bansal
Hi All, We are running into issues when spark is trying to insert a dataframe into the kudu table having 300 columns. Few of the tables getting inserted with NULL values. In code, we are using upsert built in method and passing dataframe on it Thanks