[Geotools-devel] JDBC Plugin for SAP HANA

2018-03-13 Thread Uhrig, Stefan
Hi, I would like to contribute a JDBC Plugin for the SAP HANA database. High-level information on HANA is available at https://www.sap.com/products/hana.html (in case you are interested). There is also an Express Edition of HANA that is free for up to 32GB of data

Re: [Geotools-devel] JDBC Plugin for SAP HANA

2018-09-21 Thread Uhrig, Stefan
: andrea.a...@gmail.com On Behalf Of Andrea Aime Sent: Dienstag, 13. März 2018 14:19 To: Uhrig, Stefan Cc: geotools-devel@lists.sourceforge.net Subject: Re: [Geotools-devel] JDBC Plugin for SAP HANA Hi Stefan, contributions are welcomed, SAP just needs to sign a OSGeo CLA: http://docs.geotools.org/latest

[Geotools-devel] JDBC Plugin for SAP HANA - Request for promotion to supported module

2018-12-18 Thread Uhrig, Stefan
and best regards, Stefan From: Andrea Aime mailto:andrea.a...@geo-solutions.it>> Sent: Freitag, 21. September 2018 15:34 To: Uhrig, Stefan mailto:stefan.uh...@sap.com>> Cc: Geotools-Devel list mailto:geotools-devel@lists.sourceforge.net>> Subject: Re: [Geotools-devel] JDBC P

[Geotools-devel] Friendly reminder: JDBC Plugin for SAP HANA - Request for promotion to supported module

2019-07-29 Thread Uhrig, Stefan
questions or something else is missing, don’t hesitate to contact me. Thanks and best regards, Stefan From: Uhrig, Stefan Sent: Tuesday, December 18, 2018 1:04 PM To: 'Geotools-Devel list' Subject: JDBC Plugin for SAP HANA - Request for promotion to supported module Hi all, I’d like to request

Re: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view

2020-05-12 Thread Uhrig, Stefan
, 2020 9:34 AM To: Jody Garnett ; Uhrig, Stefan Cc: geotools-devel@lists.sourceforge.net Subject: AW: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view Hi, I have created an issue and a PR: Jira-issue: https://osgeo-org.atlassian.net/browse/GEOT-6587 Pull request: https

Re: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view

2020-07-22 Thread Uhrig, Stefan
to reproduce the issue? That would save me some time… Best regards, Stefan From: Biskup, Paul Sent: Tuesday, July 21, 2020 1:56 PM To: Uhrig, Stefan Cc: geotools-devel@lists.sourceforge.net Subject: AW: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view Hi Stefan, we have

[Geotools-devel] Windows GitHub CI build failing on 23.x

2020-07-30 Thread Uhrig, Stefan
Hi all, I'm currently trying to backport a fix for the HANA JDBC plugin to branch 23.x (https://github.com/geotools/geotools/pull/3096). However, the Windows GitHub CI build is failing with the following error: [ERROR] Failed to execute goal

Re: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view

2020-07-31 Thread Uhrig, Stefan
. And it only works if there is at least one geometry in the view column. Best regards, Stefan From: Biskup, Paul Sent: Thursday, July 23, 2020 4:16 PM To: Uhrig, Stefan Cc: geotools-devel@lists.sourceforge.net Subject: AW: [Geotools-devel] Exception in SAP-HANA-datastore when using a HANA-view Hi

Re: [Geotools-devel] Build failed in Jenkins: geoserver-2.18.x-java11 #39

2020-11-09 Thread Uhrig, Stefan
Doesn’t it say comparison failure? org.junit.ComparisonFailure: expected: but was: From: Ian Turton Sent: Monday, November 9, 2020 3:13 PM To: Geotools-Devel list Cc: geoserver-bui...@lists.sourceforge.net Subject: Re: [Geotools-devel] Build failed in Jenkins: geoserver-2.18.x-java11 #39

Re: [Geotools-devel] Automated tests for GeoTools SAP HANA store

2022-02-16 Thread Uhrig, Stefan via GeoTools-Devel
To: Uhrig, Stefan ; Geotools-Devel list Subject: Automated tests for GeoTools SAP HANA store Hi Stefan (hello GT developers!), I'm contacting you about the GeoTools SAP HANA data store, because you're the developer that did (from the commits I see at least) most of the work on it. In GeoTools we

[Geotools-devel] Migrate tests in gt-jdbc from JUnit3 to JUnit4

2022-05-06 Thread Uhrig, Stefan via GeoTools-Devel
Hi all, I'd like to migrate the tests in gt-jdbc (and all derived tests) from JUnit3 to JUnit4 (or at least attempt it). Are there any objections against that? Background is that I'd like to enable parallel test execution for the HANA JDBC Plugin. That seems to work only for JUnit4 tests.

Re: [Geotools-devel] Migrate tests in gt-jdbc from JUnit3 to JUnit4

2022-05-10 Thread Uhrig, Stefan via GeoTools-Devel
as with the OnlineTest migration... I'll create a Jira item and will then prepare a pull request. Cheers, Stefan From: Andrea Aime Sent: Friday, May 6, 2022 6:52 PM To: Uhrig, Stefan Cc: GeoTools Developers Subject: Re: [Geotools-devel] Migrate tests in gt-jdbc from JUnit3 to JUnit4 Hi Stefan, personally I

Re: [Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-28 Thread Uhrig, Stefan via GeoTools-Devel
Hi Andrea, Thanks for your reply. Your proposal sounds good to me. I'll open a Jira item and prepare a pull request. Cheers, Stefan From: Andrea Aime Sent: Tuesday, December 27, 2022 11:52 AM To: Uhrig, Stefan Cc: Jody Garnett ; GeoTools Subject: Re: [Geotools-devel] JDBCDataStore blocks

Re: [Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-14 Thread Uhrig, Stefan via GeoTools-Devel
lHints(SimpleFeatureType featureType, Query query, StringBuffer sql), doing nothing by default. 3. Pass along the information on the type of query to handleSelectHints(). That would be an incompatible change though. Maybe overloading the method would be an option. Maybe you have better ideas. What do yo

[Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-13 Thread Uhrig, Stefan via GeoTools-Devel
Hi all, Recently, a group of GeoServer users on HANA requested the possibility to append hints to SQL queries. Luckily, there was already SQLDialect#handleSelectHints(). So, I could just override the method in HanaDialect and append the hints to the query, which I did in [GEOT-7230]