From 241aa0cf337fbcce01716bc6276359e9fc2a9501 Mon Sep 17 00:00:00 2001 From: Andy Hine Date: Mon, 16 Apr 2018 15:35:37 -0500 Subject: [PATCH 1/2] hotfix of variable naming issue --- R/sergeant.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sergeant.r b/R/sergeant.r index 57f3a5c..e762082 100644 --- a/R/sergeant.r +++ b/R/sergeant.r @@ -27,7 +27,7 @@ drill_connection <- function(host=Sys.getenv("DRILL_HOST", "localhost"), class(out) <- c("drill_conn", class(out)) - if (user != "") auth_drill(ssl, host, port, username, password) + if (user != "") auth_drill(ssl, host, port, user, password) out From ff73ead0c8f43da7eb7520dfe38474ea5c80daae Mon Sep 17 00:00:00 2001 From: Andy Hine Date: Mon, 16 Apr 2018 16:12:55 -0500 Subject: [PATCH 2/2] Update DESCRIPTION added myself as contributor --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 335af00..0801a7b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,8 @@ Package: sergeant Title: Tools to Transform and Query Data with 'Apache' 'Drill' Version: 0.6.0 Authors@R: c(person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")), - person("Edward", "Visel", email = "edward.visel@gmail.com", role = "ctb")) + person("Edward", "Visel", email = "edward.visel@gmail.com", role = "ctb"), + person("Andy", "Hine", email = "andyyhine@gmail.com", role = "ctb")) Description: 'Apache Drill' is a low-latency distributed query engine designed to enable data exploration and 'analytics' on both relational and non-relational 'datastores', scaling to petabytes of data. Methods are provided that enable working with 'Apache'