-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add env for arm64 and xfail geospatial tests (#8371)
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
- Loading branch information
1 parent
361a92e
commit 08e9d1e
Showing
11 changed files
with
138 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
name: ibis-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
# runtime dependencies | ||
- python =3.10 | ||
- atpublic >=2.3 | ||
- bidict >=0.22.1 | ||
- clickhouse-connect >=0.5.23 | ||
- dask >=2022.9.1 | ||
- datafusion >=0.6 | ||
- db-dtypes >=0.3.0,<2 | ||
- deltalake | ||
- duckdb-engine <1,>=0.1.8 | ||
- filelock >=3.7.0,<4 | ||
- fsspec >=2022.1.0 | ||
- gcsfs | ||
- geoalchemy2 >=0.6.3 | ||
- geopandas >=0.6 | ||
- google-cloud-bigquery >=3,<4 | ||
- google-cloud-bigquery-storage >=2,<3 | ||
- impyla >=0.17 | ||
- multipledispatch >=0.6,<2 | ||
- numpy >=1.15,<2 | ||
- oracledb >=1.3.1 | ||
- packaging >=21.3 | ||
- pandas >=1.2.5 | ||
- parsy >=2 | ||
- pins >=0.8.2 | ||
- poetry-core >=1.0.0 | ||
- poetry-dynamic-versioning >=0.18.0 | ||
- polars >=0.19 | ||
- psycopg2 >=2.8.4 | ||
- pyarrow >=2 | ||
- pyarrow-hotfix >=0.4 | ||
- pydata-google-auth | ||
- pydruid >=0.6.5 | ||
- pymssql >=2.2.5 | ||
- pymysql >=1 | ||
- pyspark >=3 | ||
- python-dateutil >=2.8.2 | ||
- python-duckdb >=0.8.1 | ||
- python-graphviz >=0.16 | ||
- pytz >=2022.7 | ||
- regex >=2021.7.6 | ||
- requests >=2 | ||
- rich >=12.4.4 | ||
- snowflake-connector-python >=3.0.2 | ||
- snowflake-sqlalchemy >=1.4.1 | ||
- sqlalchemy <3,>=1.4 | ||
- sqlalchemy-risingwave >=1.0.0 | ||
- sqlalchemy-views <1,>=0.3.1 | ||
- sqlalchemy_exasol >=4.6.0 | ||
- sqlglot >=18.7.0,<=20.11 | ||
- toolz >=0.11 | ||
- trino-python-client >=0.321 | ||
# geospatial | ||
- leafmap >=0.29.6 | ||
# streaming | ||
- kafka-python | ||
# test dependencies | ||
- filelock >=3.7.0,<4 | ||
- hypothesis >=6.58.0,<7 | ||
- pytest >=7.0.0,<9 | ||
- pytest-benchmark >=3.4.1,<5 | ||
- pytest-clarity >=1.0.1,<2 | ||
- pytest-cov >=3.0.0,<5 | ||
- pytest-httpserver >=1.0.5,<2 | ||
- pytest-mock >=3.6.1,<4 | ||
- pytest-randomly >=3.10.1,<4 | ||
- pytest-repeat >=0.9.1,<0.10 | ||
- pytest-snapshot >=0.9.0,<1 | ||
- pytest-xdist >=2.3.0,<4 | ||
- requests >=2,<3 | ||
# docs | ||
- altair >=5.0.1 | ||
- distributed >=2022.9.1 | ||
- ipykernel >=6.25.1 | ||
- itables >=1.6.3 | ||
- nbclient >=0.8.0 | ||
- plotly >=5.16.1 | ||
- plotnine >=0.12.2 | ||
- py-cpuinfo >=9 | ||
- quartodoc >=0.6.1 | ||
- seaborn | ||
# dev utilities | ||
- codespell >=2.2.6 | ||
- ipython | ||
- poetry-plugin-export | ||
- pre-commit | ||
- prettier | ||
- pydeps >=1.12.7 | ||
- pyinstrument | ||
- ruff >=0.1.8 | ||
- taplo | ||
- tqdm >=4.66.1 | ||
- just | ||
- pip | ||
- pip: | ||
- shapely>=2,<3 | ||
- apache-flink>=1.18.1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...gres/tests/snapshots/test_geospatial/test_geo_literals_smoke/multipoint-geography/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SELECT | ||
ST_ASEWKB("t0"."<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>") AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_ASEWKB("t0"."<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>") AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
FROM ( | ||
SELECT | ||
ST_GEOMFROMTEXT('MULTIPOINT (10 40, 40 30, 20 20, 30 10)', 4326) AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_GEOMFROMTEXT('MULTIPOINT ((10 40), (40 30), (20 20), (30 10))', 4326) AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
) AS "t0" |
4 changes: 2 additions & 2 deletions
4
...tgres/tests/snapshots/test_geospatial/test_geo_literals_smoke/multipoint-geometry/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SELECT | ||
ST_ASEWKB("t0"."<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>") AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_ASEWKB("t0"."<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>") AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
FROM ( | ||
SELECT | ||
ST_GEOMFROMTEXT('MULTIPOINT (10 40, 40 30, 20 20, 30 10)', 4326) AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_GEOMFROMTEXT('MULTIPOINT ((10 40), (40 30), (20 20), (30 10))', 4326) AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
) AS "t0" |
4 changes: 2 additions & 2 deletions
4
.../postgres/tests/snapshots/test_geospatial/test_geo_literals_smoke/multipoint-none/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SELECT | ||
ST_ASEWKB("t0"."<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>") AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_ASEWKB("t0"."<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>") AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
FROM ( | ||
SELECT | ||
ST_GEOMFROMTEXT('MULTIPOINT (10 40, 40 30, 20 20, 30 10)') AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_GEOMFROMTEXT('MULTIPOINT ((10 40), (40 30), (20 20), (30 10))') AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
) AS "t0" |
4 changes: 2 additions & 2 deletions
4
.../postgres/tests/snapshots/test_geospatial/test_geo_literals_smoke/multipoint-srid/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SELECT | ||
ST_ASEWKB("t0"."<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>") AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_ASEWKB("t0"."<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>") AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
FROM ( | ||
SELECT | ||
ST_GEOMFROMTEXT('MULTIPOINT (10 40, 40 30, 20 20, 30 10)', 4326) AS "<MULTIPOINT (10 40, 40 30, 20 20, 30 10)>" | ||
ST_GEOMFROMTEXT('MULTIPOINT ((10 40), (40 30), (20 20), (30 10))', 4326) AS "<MULTIPOINT ((10 40), (40 30), (20 20), (30 10))>" | ||
) AS "t0" |
4 changes: 2 additions & 2 deletions
4
...ds/postgres/tests/snapshots/test_geospatial/test_literal_geospatial_inferred/shp8/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SELECT | ||
ST_ASEWKB("t0"."<MULTIPOINT (0 0, 1 1, 2 2)>") AS "<MULTIPOINT (0 0, 1 1, 2 2)>" | ||
ST_ASEWKB("t0"."<MULTIPOINT ((0 0), (1 1), (2 2))>") AS "<MULTIPOINT ((0 0), (1 1), (2 2))>" | ||
FROM ( | ||
SELECT | ||
ST_GEOMFROMTEXT('MULTIPOINT (0 0, 1 1, 2 2)') AS "<MULTIPOINT (0 0, 1 1, 2 2)>" | ||
ST_GEOMFROMTEXT('MULTIPOINT ((0 0), (1 1), (2 2))') AS "<MULTIPOINT ((0 0), (1 1), (2 2))>" | ||
) AS "t0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters