Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24551
Change subject: POC: Improve test coverage for geospatial functions ...................................................................... POC: Improve test coverage for geospatial functions Add more ESRI function test cases to geospatial-esri-extra.test and geospatial-esri-srid.test, and expand the README. Add the geospatial-wkb-serialization.test (WKB round-trip and malformed input cases) to the default HIVE_ESRI test run, and the functional.geom_relations_wkt test table (WKT strings in a text table) with its data file. The table is used by the geospatial relation predicate tests added in a later commit; defining the data here keeps test-data setup with the test-coverage changes and lets it load during dataload. Change-Id: Ic155e691cdb93842502e52c0a09807dd08e4a4f3 Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> --- M fe/src/main/java/org/apache/impala/hive/geospatial/esri/README.md A testdata/data/geom_relations_wkt/data.csv M testdata/datasets/functional/functional_schema_template.sql M testdata/datasets/functional/schema_constraints.csv M testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-extra.test M testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-srid.test A testdata/workloads/functional-query/queries/QueryTest/geospatial-relations-table.test A testdata/workloads/functional-query/queries/QueryTest/geospatial-wkb-serialization.test M tests/custom_cluster/test_geospatial_library.py M tests/query_test/test_geospatial_functions.py 10 files changed, 1,275 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/51/24551/3 -- To view, visit http://gerrit.cloudera.org:8080/24551 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic155e691cdb93842502e52c0a09807dd08e4a4f3 Gerrit-Change-Number: 24551 Gerrit-PatchSet: 3 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Balazs Hevele <[email protected]>
