forked from apache/gravitino
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Share docker in BEIT #9
Open
mchades
wants to merge
44
commits into
main
Choose a base branch
from
share-docker
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mchades
force-pushed
the
share-docker
branch
2 times, most recently
from
August 9, 2024 09:13
47e529b
to
5431be2
Compare
mchades
force-pushed
the
share-docker
branch
2 times, most recently
from
August 9, 2024 09:24
7cd649d
to
3c4dd6f
Compare
mchades
force-pushed
the
share-docker
branch
12 times, most recently
from
August 19, 2024 04:18
e7a1642
to
acb86f3
Compare
…package size to about 3MB. (apache#4521) ### What changes were proposed in this pull request? Remove some unnecessary jar dependencies in the runtime classpath for JDBC catalogs. ### Why are the changes needed? Shrink JDBC catalog package. Fix: apache#4520 ### Does this PR introduce _any_ user-facing change? N/A. ### How was this patch tested? Test locally and CI. MySQL catalog: ![image](https://github.com/user-attachments/assets/ddd24475-e7c7-4900-9ec8-6b2dba25882e) PostgreSQL catalog: <img width="1315" alt="image" src="https://github.com/user-attachments/assets/548121c6-a940-455a-83dc-e14f3f7788ee"> Doris catalog: ![image](https://github.com/user-attachments/assets/c952f112-c4f1-404e-8709-56be8b8e7214) --------- Co-authored-by: Jerry Shao <[email protected]>
### What changes were proposed in this pull request? Update the document of playground ### Why are the changes needed? Fix: apache#4767 Just update the document according to the latest playground document. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Just documents.
### What changes were proposed in this pull request? correct partiton doc ### Why are the changes needed? Fix: apache#4782 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? no need
…lt value (apache#4773) ### What changes were proposed in this pull request? Change default value from `` to ''(empty string) ### Why are the changes needed? for better user experience. ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
### What changes were proposed in this pull request? Removed the style tag for the md can not support jsx, and the border style is still work. <img width="1745" alt="image" src="https://github.com/user-attachments/assets/020fb1ce-97ff-4330-9a09-a0bd71f87cd2"> ### Why are the changes needed? md can not support jsx, make the raw HTML is displaying on the GitHub pages Fix: apache#4685 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
### What changes were proposed in this pull request? Fix Spark and Flink download link ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? document
### What changes were proposed in this pull request? link the apache website instead of a company websit ### Why are the changes needed? The latest docs will release at apache website Fix: apache#4737 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
…che#4776) ### What changes were proposed in this pull request? Optimize the document of access control ### Why are the changes needed? Fix: apache#4754 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Just docs.
### What changes were proposed in this pull request? This PR fixes several typos in docs. ### Why are the changes needed? To make the docs correct. Fix: apache#4764 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A
…n the picture. (apache#4800) ### What changes were proposed in this pull request? Remove any improper copyright data after the project has been donated to Apache ### Why are the changes needed? Better user experience. Fix: apache#4785 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
…e from 146MB to 43MB (apache#4531) ### What changes were proposed in this pull request? remove some unnecessary dependencies ### Why are the changes needed? Fix: apache#4528 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI passed
### What changes were proposed in this pull request? Fix copyright and footer name. ### Why are the changes needed? As the ASF is the collective copyright owner. Fix: # N/A ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Compiled locally.
…4807) ### What changes were proposed in this pull request? format license headers for open api yaml files ### Why are the changes needed? ci check failed on gravitino-site Fix: apache#4805 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
…me to build flink connector (apache#4791) ### What changes were proposed in this pull request? - add flink runtime connector ### Why are the changes needed? Fix: apache#3514 ### Does this PR introduce _any_ user-facing change? - no ### How was this patch tested? - local test --------- Co-authored-by: fanng <[email protected]>
…Trino (apache#4813) ### What changes were proposed in this pull request? Fix the error in the example SQL. ### Why are the changes needed? For a better user experience. ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A.
mchades
force-pushed
the
share-docker
branch
4 times, most recently
from
August 30, 2024 11:49
a917499
to
3cf9477
Compare
…for Paimon instead of dropTable inGravitino (apache#4806) ### What changes were proposed in this pull request? the dropTable in Paimon will both delete the metadata and data and skip the trash, as discussed in apache#1436 , Gravitino Paimon catalog should use purgeTable not dropTable ### Why are the changes needed? apache#4814 ### Does this PR introduce any user-facing change? yes, updated the doc. ### How was this patch tested? existing ITs and UTs.
…g tables and topics (apache#4818) ### What changes were proposed in this pull request? If the schema is not created by Gravitino, the Gravitino will lack the metadata in the backend storage. If we create a table in this schema, the storage won't contain the metadata. So it will fail to set owner. Because the storage won't store the table. Because the storage won't contain schema id. This won't bring too much performance cost. Because loadSchema will use read lock after first loading. If we have cache, we could be more quick. ### Why are the changes needed? Fix: apache#4812 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added a ut.
### What changes were proposed in this pull request? exclude flinkIT from backendIT ### Why are the changes needed? backendIT does not need flinkIT ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? visit CI log
…ue to Python package renamed improvement (apache#4821) ### What changes were proposed in this pull request? * Modify `clean` task to delete `apache_gravitino.egg_info` ### Why are the changes needed? Fix: apache#4803 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ./gradlew client:client-python:clean Co-authored-by: TimWang <[email protected]>
mchades
force-pushed
the
share-docker
branch
3 times, most recently
from
September 1, 2024 08:14
9aa81a9
to
4be1fe3
Compare
mchades
force-pushed
the
share-docker
branch
from
September 1, 2024 08:37
4be1fe3
to
2e2e378
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
(Please outline the changes and how this PR fixes the issue.)
Why are the changes needed?
(Please clarify why the changes are needed. For instance,
Fix: # (issue)
Does this PR introduce any user-facing change?
(Please list the user-facing changes introduced by your change, including
How was this patch tested?
(Please test your changes, and provide instructions on how to test it: