You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pg_lake is supported with PostgreSQL 16, 17 and 18.
155
155
156
+
You might need to configure Postgres with necessary args and flags. Below is an example for Postgres 18 on MacOS, with debugging flags and needed libraries:
@@ -229,8 +234,9 @@ You need to follow below instructions to successfully run all tests locally:
229
234
230
235
- You need to install `pipenv` with >= python3.11 to run tests. Be careful to install correct python version if not exists e.g. ```apt install python3.11```. Then you should make sure you use it while creating pipenv environment. (e.g. ```pipenv --python 3.11```)
231
236
- You need to have `pgaudit` extension installed
232
-
- You need to install `jdk11` and `jdbc driver for Postgres`, then export `JDBC_DRIVER_PATH`. (required to run tests where we verify pg_lake_iceberg table results on spark)
237
+
- You need to install `jdk21` and `jdbc driver for Postgres`, then export `JDBC_DRIVER_PATH`. (required to run tests where we verify pg_lake_iceberg table results on spark)
233
238
- You need to have JAVA 21 (or higher) installed to run tests with Polaris catalog
0 commit comments