Copilot commented on code in PR #10341: URL: https://github.com/apache/gravitino/pull/10341#discussion_r2911675798
########## clients/client-python/gravitino/api/rel/expressions/distributions/__init__.py: ########## @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the Review Comment: This change fixes a packaging-only import failure (missing packages in sdist/wheel due to `find_packages()`), but current Python tests run with `PYTHONPATH` pointing at the source tree, so they won’t catch regressions in package discovery. Please add an automated smoke test that builds the distribution (sdist and/or wheel) and verifies `python -c "from gravitino import GravitinoClient"` (or equivalent) succeeds after installing the artifact into a clean venv. -- 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]
