Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unsupported types on write path in JDBC connectors
These types are not supported in `com.facebook.presto.plugin.jdbc.JdbcPageSink#appendColumn`, so cannot be written. Attempt to support these types must be well test-covered on per-database basis, so they should not be supported in a generic way anyway.
- Loading branch information