-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue 40: Refactor/cleanup metadata layer #41
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
…che for test. Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adrdc do you know if the tpch files we are copying here have any kind of licensing constraints and terms indicating how we should notify users of our software?
src/main/java/io/pravega/connectors/presto/PravegaConnectorConfig.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Robertson <[email protected]>
@fpj they are in prestodb git. specifically they are based on the files here: https://github.com/prestodb/presto/tree/master/presto-kafka/src/test/resources/tpch there is no license in the source files as can't have comments in json. we have a general attribution to Presto already in our NOTICE file |
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
Signed-off-by: Andrew Robertson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of quick comments.
Closes #40
Simplifies metadata layer (PravegaTableDescriptionSupplier)