You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, trino-connector module doesn't have a mechanism to build a package for trino to leverage our connector. We should add this gradle packaging and documentation support in Gravitino.
Assign to @diqiu50@xunliu , please figure out a proper way to package and get this done before release.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
I think we can package trino-connect-${version}.tar.gz by executing . /gradlew assembleDistribution and then execute . /gradlew publish to push it to https://github.com/datastrato/gravitino/releases.
Or we can used Github Action help me to push trino-connect-${version}.tar.gz to https://github.com/datastrato/gravitino/releases.
I recommend using Github Action.
What do you think?
I'd suggest we use gradle first so that users could build it themselves. To support github action, I think we can do it later, since we also don't have github action for gravitino release.
### What changes were proposed in this pull request?
- Package `trino-connetor` as
`gravition-trinno-connector-{version}.tar.gz` and put it under
`distribution` directory
- Add docs about `trino-connector` accordingly.
### Why are the changes needed?
We need to package `trino-connector` when releasing `Gravitino`
Fix: #542
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
No
### What changes were proposed in this pull request?
- Package `trino-connetor` as
`gravition-trinno-connector-{version}.tar.gz` and put it under
`distribution` directory
- Add docs about `trino-connector` accordingly.
### Why are the changes needed?
We need to package `trino-connector` when releasing `Gravitino`
Fix: #542
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
No
What would you like to be improved?
Currently, trino-connector module doesn't have a mechanism to build a package for trino to leverage our connector. We should add this gradle packaging and documentation support in Gravitino.
Assign to @diqiu50 @xunliu , please figure out a proper way to package and get this done before release.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: