Balazs Meszaros created HBASE-21841:
---------------------------------------
Summary: Allow inserting null values throw DataSource API
Key: HBASE-21841
URL: https://issues.apache.org/jira/browse/HBASE-21841
Project: HBase
Issue Type: Improvement
Components: spark
Affects Versions: connector-1.0.0
Reporter: Balazs Meszaros
Assignee: Balazs Meszaros
If I try to insert a DataFrame with null values, spark throws an exception:
{noformat}
Caused by: java.lang.Exception: unsupported data type StringType
at org.apache.hadoop.hbase.spark.datasources.Utils$.toBytes(Utils.scala:88)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)