athena-client
Advanced tools
@@ -23,3 +23,2 @@ 'use strict' | ||
return new Promise((resolve, reject) => { | ||
/* istanbul ignore next */ | ||
options = options || {} | ||
@@ -88,3 +87,2 @@ if (typeof (options) == 'function') { | ||
let rows = data.ResultSet.Rows | ||
/* istanbul ignore next */ | ||
if (rows && rows.length !== 0) { | ||
@@ -91,0 +89,0 @@ let cols = rows.shift().Data |
@@ -9,4 +9,2 @@ 'use strict' | ||
return new Promise((resolve, reject) => { | ||
/* istanbul ignore next */ | ||
config = config || {} | ||
let retryCount = 0 | ||
@@ -36,4 +34,2 @@ let params = { | ||
return new Promise((resolve, reject) => { | ||
/* istanbul ignore next */ | ||
config = config || {} | ||
let retryCount = 0 | ||
@@ -53,3 +49,2 @@ let params = { | ||
let isEnd, error | ||
/* istanbul ignore next */ | ||
switch (state) { | ||
@@ -86,4 +81,2 @@ case 'QUEUED': | ||
return new Promise((resolve, reject) => { | ||
/* istanbul ignore next */ | ||
config = config || {} | ||
let retryCount = 0 | ||
@@ -110,4 +103,2 @@ let params = { | ||
return new Promise((resolve, reject) => { | ||
/* istanbul ignore next */ | ||
config = config || {} | ||
let retryCount = 0 | ||
@@ -114,0 +105,0 @@ let params = { |
{ | ||
"name": "athena-client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "a nodejs simple aws athena client", | ||
@@ -15,6 +15,10 @@ "homepage": "https://github.com/KoteiIto/node-athena", | ||
"keywords": [ | ||
"amazon", | ||
"aws", | ||
"athena", | ||
"lambda" | ||
"aws-athena", | ||
"nodejs", | ||
"athena-client", | ||
"lambda", | ||
"aws-lambda", | ||
"javascript" | ||
], | ||
@@ -21,0 +25,0 @@ "author": "KoteiIto", |
Sorry, the diff of this file is not supported yet
34512
-1.05%761
-1.42%