HHH-15245 fix test regression
This commit is contained in:
parent
64c39691ff
commit
93f1c0401d
|
@ -43,7 +43,7 @@ public class CockroachDBTestSupport extends TestSupport {
|
|||
return new GeomCodec() {
|
||||
@Override
|
||||
public Geometry<?> toGeometry(Object in) {
|
||||
return PGGeometryJdbcType.INSTANCE_WKB_2.toGeometry( in );
|
||||
return (Geometry<?>)( in );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue