Skip to content

Commit 34792c9

Browse files
Run iceberg tests
1 parent 9ef8e4e commit 34792c9

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies:
4343
- openpyxl=3.1.2
4444
- psycopg2=2.9.6
4545
- pyarrow=10.0.1
46+
- pyiceberg=0.6.1
4647
- pymysql=1.1.0
4748
- pyqt=5.15.9
4849
- pyreadstat=1.2.6

ci/deps/actions-310.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
- openpyxl>=3.1.2
4242
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
44+
- pyiceberg>=0.6.1
4445
- pymysql>=1.1.0
4546
- pyqt>=5.15.9
4647
- pyreadstat>=1.2.6

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45+
- pyiceberg>=0.6.1
4546
- pymysql>=1.1.0
4647
- pyqt>=5.15.9
4748
- pyreadstat>=1.2.6

ci/deps/actions-311.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45+
- pyiceberg>=0.6.1
4546
- pymysql>=1.1.0
4647
- pyreadstat>=1.2.6
4748
- pytables>=3.8.0

ci/deps/actions-312.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45+
- pyiceberg>=0.6.1
4546
- pymysql>=1.1.0
4647
- pyreadstat>=1.2.6
4748
- pytables>=3.8.0

pandas/compat/_optional.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
4141
"pymysql": "1.1.0",
4242
"pyarrow": "10.0.1",
43+
"pyiceberg": "0.6.1",
4344
"pyreadstat": "1.2.6",
4445
"pytest": "7.3.2",
4546
"python-calamine": "0.1.7",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
103103
'openpyxl>=3.1.2',
104104
'psycopg2>=2.9.6',
105105
'pyarrow>=10.0.1',
106+
'pyiceberg>=0.6.1',
106107
'pymysql>=1.1.0',
107108
'PyQt5>=5.15.9',
108109
'pyreadstat>=1.2.6',

0 commit comments

Comments
 (0)