ravowlga123 opened a new pull request #50: HBASE-23348 Spark's createTable 
method throws an exception while the table is being split
URL: https://github.com/apache/hbase-connectors/pull/50
 
 
   HBaseRelation.createTable checks table existence with 
HBaseAdmin.isTableAvailable method in DefaultSource.scala (createTable). This 
is unfortunate, because it can return false while splitting, so createTable 
will fail. It should use tableExists.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to