When running Umbra in 'create validation parameters' mode on SF10, the add person query fails with the following error:
Caused by: org.postgresql.util.PSQLException: ERROR: unable to infer data type, use $3::type to specify a type
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:166)
at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:134)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
at org.ldbcouncil.snb.impls.workloads.umbra.UmbraDb$Insert1AddPerson.executeOperation(UmbraDb.java:490)
... 10 more
When running Umbra in 'create validation parameters' mode on SF10, the add person query fails with the following error:
A fix with explicit typecasts is coming shortly.