geruh commented on code in PR #3031:
URL: https://github.com/apache/iceberg-python/pull/3031#discussion_r2786142083


##########
Makefile:
##########
@@ -143,6 +143,13 @@ coverage-report: ## Combine and report coverage
        uv run $(PYTHON_ARG) coverage html
        uv run $(PYTHON_ARG) coverage xml
 
+docker-clean: ## Stop and remove all Docker containers and volumes

Review Comment:
   nit: this can go in the maintenance section since `make help` groups them 



##########
Makefile:
##########
@@ -143,6 +143,13 @@ coverage-report: ## Combine and report coverage
        uv run $(PYTHON_ARG) coverage html
        uv run $(PYTHON_ARG) coverage xml
 
+docker-clean: ## Stop and remove all Docker containers and volumes
+       docker compose -f dev/docker-compose-integration.yml down -v 
--remove-orphans

Review Comment:
   This is a little redundant with cleanup command



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to