When an UPDATE sql is executed through a JDBC program using the presto-jdbc-0.292.jar where the column values are set using preparedStatement.setString () to null, the sql fails with error.
I just noticed that it is not possible to execute the java.sql.Connection.prepareStatement(String sql, int option) method with option on java.sql.Statement.NO ...