-
Notifications
You must be signed in to change notification settings - Fork 65
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
Support for DDL statements? #24
Comments
DDL are supported, but their result/output is somewhat broken (though you likely don't need that, I never have) since we skip the first line of Athena results (for SELECTs, it contains the header). That PR would fix this but lacks tests. Feel free to pick up on it! |
Ok, thanks. |
Recently, we released speee/go-athena. We have already merged the PR related to this issue and can keep maintaining this library and review / merge your PRs.
Especially, we think the Result Mode is a cool feature, and we summarized the feature here. |
Summarizing work done since back in the day:
|
Based on pull request #10, it looks like DDL statements are supported. Is that correct?
The text was updated successfully, but these errors were encountered: