Github user kaspersorensen commented on a diff in the pull request:
https://github.com/apache/metamodel/pull/190#discussion_r222491235
--- Diff:
jdbc/src/test/java/org/apache/metamodel/jdbc/CloseableConnectionWrapper.java ---
@@ -44,13 +44,12 @@
* closed or not, without actually closing it.
*/
@Ignore
-public class CloseableConnectionWrapper implements Connection {
+public class CloseableConnectionWrapper extends ConnectionWrapper {
--- End diff --
I don't understand why this change is/was needed. Can you explain?
---