Write-back

The Simba Apache Hive JDBC Connector supports translation for the following syntax when connecting to a Hive Server 2 instance that is running Hive 0.14 or later:

  • INSERT
  • UPDATE
  • DELETE
  • CREATE
  • DROP

If the statement contains non-standard SQL-92 syntax, then the connector is unable to translate the statement to SQL and instead falls back to using HiveQL.