mchades commented on code in PR #8487:
URL: https://github.com/apache/gravitino/pull/8487#discussion_r2336686782
##########
clients/client-python/tests/integration/containers/base_container.py:
##########
@@ -90,6 +91,44 @@ def _fetch_ip(self):
def get_ip(self):
return self._ip
+ def get_tar_from_dock(self, src_path: str, dest_path: str):
Review Comment:
rename to `get_tar_from_docker`, because this method will `Retrieve a file
or folder from the container in the form of a tar archive.`, will not do the
unzip
##########
clients/client-python/build.gradle.kts:
##########
@@ -186,20 +189,6 @@ tasks {
args = listOf("scripts/generate_version.py")
}
- val downloadHadoopPack by registering(Download::class) {
Review Comment:
fixed
--
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]