Skip to content

Commit d97136e

Browse files
committed
chore(enhancement): fix review comments
1 parent 39cca23 commit d97136e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

client/python/integration_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _patch_generated_models() -> None:
387387
`apache_polaris.sdk.catalog.models.LoadPolicyResponse`.
388388
389389
However, the generator fails to add the necessary `import` statements
390-
to the `polaris/catalog/models/__init__.py` file. This means that even
390+
to the `apache_polaris/sdk/catalog/models/__init__.py` file. This means that even
391391
though the model files exist (e.g., `load_policy_response.py`), the classes
392392
are not part of the `apache_polaris.sdk.catalog.models` namespace.
393393

regtests/.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
.python-version
2121
.pytest_cache
2222
t_pyspark/src/spark-warehouse
23-
t_pyspark/src/.pytest_cache
24-
polaris/apache_polaris.sdk.management.egg-info
23+
t_pyspark/src/.pytest_cache

0 commit comments

Comments
 (0)