hortonworks-spark / shc

The Apache Spark - Apache HBase Connector is a library to support Spark accessing HBase table as external data source or sink.
Apache License 2.0
552 stars 281 forks source link

saving null values to hbase #304

Open ibrodezk opened 5 years ago

ibrodezk commented 5 years ago

I saw a couple of issues regarding writing null values to hbase (issues #129, #170) . And in both issues it was recommended to add null handler to the PrimitiveType file https://github.com/hortonworks-spark/shc/blob/master/core/src/main/scala/org/apache/spark/sql/execution/datasources/hbase/types/PrimitiveType.scala#L40 What I dont understand is why not change it in master? if Ill change it in master will my PR be approved?