This is an automated email from the ASF dual-hosted git repository.

yuzelin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 54237c2  #36 add __init__.py to fix importlib error (#37)
54237c2 is described below

commit 54237c215921d1eb417d2bc7c5051c8a894e4035
Author: ChengHui Chen <[email protected]>
AuthorDate: Fri Feb 14 09:28:53 2025 +0800

    #36 add __init__.py to fix importlib error (#37)
---
 .gitignore                               | 1 +
 dev/build-source-distribution-package.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 08fac18..e845db3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ dev/download
 dev/log
 dist/
 *.egg-info/
+venv
diff --git a/dev/build-source-distribution-package.sh 
b/dev/build-source-distribution-package.sh
index 461a52f..26a8807 100755
--- a/dev/build-source-distribution-package.sh
+++ b/dev/build-source-distribution-package.sh
@@ -24,6 +24,7 @@ PROJECT_ROOT="${BASE_DIR}/../"
 DEPS_DIR=${PROJECT_ROOT}/deps/jars
 rm -rf ${DEPS_DIR}
 mkdir -p ${DEPS_DIR}
+touch ${DEPS_DIR}/__init__.py
 
 cd ${PROJECT_ROOT}/paimon-python-java-bridge
 

Reply via email to