Skip to content
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

Add hive CI #382

Merged
merged 7 commits into from
May 15, 2019
Merged

Conversation

typhoonzero
Copy link
Collaborator

@typhoonzero typhoonzero commented May 14, 2019

@typhoonzero typhoonzero changed the title [WIP] add hive CI Add hive CI May 15, 2019
Copy link
Collaborator

@weiguoz weiguoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -27,7 +27,9 @@ func Open(db *sql.DB, table string) (*Reader, error) {

r := &Reader{db, table, nil, nil}
// hive need select the id for `order by`
stmt := fmt.Sprintf("SELECT id,block FROM %s ORDER BY id", table)
// FIXME(typhoonzero): hive query with orderby, should add the below line back
// stmt := fmt.Sprintf("SELECT id,block FROM %s ORDER BY id", table)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that and I filed an issue in gohive.

@typhoonzero typhoonzero merged commit 016e0d0 into sql-machine-learning:develop May 15, 2019
@typhoonzero typhoonzero deleted the add_hive_ci branch August 14, 2019 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Hive CI
2 participants