-
Notifications
You must be signed in to change notification settings - Fork 3
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 13: Initial Check in of the S3 Connector #19
Conversation
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.
Please fix the license headers, see comment.
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.
Thanks for the change, @karansinghneu . A couple of other things:
1- Could you make sure that scripts also have the boilerplate notice header in addition to the Java class files? In general, if you are not sure, then put the license header as it causes no harm. Configuration files and generated code don't need it.
2- I see a bunch of /var/log
files being included, and I assume that are being included by accident. If I'm right, then can we remove them, please?
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.
Thanks, @karansinghneu . A couple more comments.
src/test/bin/minio_start.sh
Outdated
@@ -0,0 +1,43 @@ | |||
#!/bin/sh | |||
|
|||
export MINIO_DOCKER_NAME=test-minio |
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.
Why do we need these minio scripts, could you explain? Are we copying it from somewhere else? If so, we need to acknowledge the corresponding copyright.
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.
These scripts are written by Chip in order to spin up a minio & schema-registry server to test our connector during development.
Signed-off-by: Karan Singh <[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.
Let's get this merged soon!
Signed-off-by: Karan Singh <[email protected]>
Signed-off-by: Karan Singh <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Karan Singh <[email protected]>
…esto-s3-connector into presto-karan-s3
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…ore run Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…ut of ideas Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…ing integration tests Signed-off-by: Chip Maurer <[email protected]>
…0 seconds Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…ript Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…up code Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
Signed-off-by: Chip Maurer <[email protected]>
…ed method issue Signed-off-by: Chip Maurer <[email protected]>
src/main/java/com/facebook/presto/s3/S3TableDescriptionSupplier.java
Outdated
Show resolved
Hide resolved
src/main/java/com/facebook/presto/s3/S3TableDescriptionSupplier.java
Outdated
Show resolved
Hide resolved
src/main/java/com/facebook/presto/s3/decoder/CsvRowDecoder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Chip Maurer <[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.
@karansinghneu could clarify the status of this comment in the PR description:
Requires a fix for the stack corruption of the gradle build (can be fixed temporarily in the S3TableHandle class)
if anything has changed about it, please update the PR description accordingly.
@fpj - I have updated the PR description. There is no 'fix' for stack corruption needed. |
This PR fixes Issue #13: