You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Balazs Meszaros (JIRA)" <ji...@apache.org> on 2019/02/04 11:06:00 UTC

[jira] [Created] (HBASE-21841) Allow inserting null values throw DataSource API

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)