diff --git a/.bumpversion.toml b/.bumpversion.toml index 4d1ffbb..2bfaec1 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.0.1" +current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(-(?Palpha|beta|rc)\\.(?P\\d+))?" serialize = [ "{major}.{minor}.{patch}-{pre_label}.{pre_n}", diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index a133e9a..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: Deploy Documentation - -on: - push: - branches: - - main - paths: - - docs/** - - .github/workflows/docs.yml - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - - name: Install uv - uses: astral-sh/setup-uv@v4 - - - name: Install dependencies - run: | - uv pip install --system mkdocs-material mkdocs-awesome-pages-plugin - - - name: Build docs - working-directory: docs - run: mkdocs build - - - name: Setup Pages - uses: actions/configure-pages@v4 - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: docs/site - - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore index 929f143..6f48f81 100644 --- a/.gitignore +++ b/.gitignore @@ -120,4 +120,9 @@ venv.bak/ docs/site # Hive metastore -metastore_db/ \ No newline at end of file +metastore_db/ +derby.log + +# Docker downloaded dependencies +docker/hive2/postgresql-*.jar +docker/hive3/postgresql-*.jar \ No newline at end of file diff --git a/docker/hive2/postgresql-42.7.3.jar b/docker/hive2/postgresql-42.7.3.jar deleted file mode 100644 index fa42b1d..0000000 Binary files a/docker/hive2/postgresql-42.7.3.jar and /dev/null differ diff --git a/docker/hive3/postgresql-42.7.3.jar b/docker/hive3/postgresql-42.7.3.jar deleted file mode 100644 index fa42b1d..0000000 Binary files a/docker/hive3/postgresql-42.7.3.jar and /dev/null differ diff --git a/java/lance-namespace-hive3/derby.log b/java/lance-namespace-hive3/derby.log deleted file mode 100644 index 9063ad7..0000000 --- a/java/lance-namespace-hive3/derby.log +++ /dev/null @@ -1,13 +0,0 @@ ----------------------------------------------------------------- -Tue Dec 30 21:25:14 PST 2025: -Booting Derby version The Apache Software Foundation - Apache Derby - 10.14.2.0 - (1828579): instance a816c00e-019b-72de-0fb6-00000746a618 -on database directory /Users/zhaoqinye/oss/lance-namespace-impls/java/lance-namespace-hive3/metastore_db with class loader jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27 -Loaded from file:/Users/zhaoqinye/.m2/repository/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar -java.vendor=Amazon.com Inc. -java.runtime.version=17.0.14+7-LTS -user.dir=/Users/zhaoqinye/oss/lance-namespace-impls/java/lance-namespace-hive3 -os.name=Mac OS X -os.arch=aarch64 -os.version=15.5 -derby.system.home=null -Database Class Loader started - derby.database.classpath=''