Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#2059] feat(client-python): Support Gravitino Virtual FileSystem in Python #3528

Merged
merged 21 commits into from
Jun 18, 2024
4 changes: 4 additions & 0 deletions LICENSE.bin
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
XNIO API
WildFly
Confluent Kafka Streams Examples
Apache Arrow

This product bundles various third-party components also under the
Apache Software Foundation License 1.1
Expand Down Expand Up @@ -382,6 +383,7 @@
ParaNamer
RE2/J
ZSTD JNI
fsspec

This product bundles various third-party components also under the
MIT license
Expand All @@ -393,6 +395,8 @@
Protocol Buffers
Treelayout
Kyligence/kylinpy
elarivie/pyReaderWriterLock
tkem/cachetools

This product bundles various third-party components also under the
Common Development and Distribution License 1.0
Expand Down
1 change: 1 addition & 0 deletions clients/client-python/gravitino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
from gravitino.client.gravitino_admin_client import GravitinoAdminClient
from gravitino.client.gravitino_metalake import GravitinoMetalake
from gravitino.name_identifier import NameIdentifier
from gravitino.filesystem import gvfs
4 changes: 4 additions & 0 deletions clients/client-python/gravitino/filesystem/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright 2024 Datastrato Pvt Ltd.
This software is licensed under the Apache License version 2.
"""
Loading
Loading