polastre opened a new issue, #763: URL: https://github.com/apache/incubator-baremaps/issues/763
When you get `org.postgresql.util.PSQLException`, there's a stack trace with something like: ``` java.util.concurrent.ExecutionException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.apache.baremaps.workflow.WorkflowException: org.postgresql.util.PSQLException: ERROR: column "name" does not exist ``` However there's no indication of which file or sql statement caused this exception. I believe in v0.7.1, it would tell you which sql statement was just executed. In the v0.7.2-rc, it doesn't tell you which sql statement. I'm running `import` with the log level set to debug and can't track down the offending sql. It would be helpful to include more debugging information here to be developer friendly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
