Volodymyr Liench

Results 8 comments of Volodymyr Liench

Hello @gnans ! Good point. For now there is no functionality to do this. The driver expects already sanitized query.

Hi @ntallapa12 , actually I didn't do load testing, so it is difficult to answer all your questions, but what I can say is next: 1) Each instance of HiveClient...

hi @ntallapa12 unfortunately, I didn’t test the hive-driver on impala. It seems to me the api is similar, but impala’s one is more extended. Probably, it is a good thing...

needs more information how to reproduce, as openSession is checked in test pipeline https://github.com/lenchv/hive-driver/blob/master/tests/e2e/operations/data_types.test.js#L33

@davidkhala it is not related to this issue, but related to how nodejs works, try to wrap your code with [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) ``` (async () => { const promiseSession = client.openSession({...

It seems the library is abandoned. Please, try this one [hive-driver](https://www.npmjs.com/package/hive-driver), it should work better.

This algorithm is too specific and related to the ukrainian goverment standards: https://zakon.rada.gov.ua/laws/show/z1399-12#Text You have to consider the library for decryption something like: https://www.npmjs.com/package/jkurwa

@vanthome the issue happens because to get statusCode from `existsIndexTemplate` you have to pass the 2nd parameter with enabled meta: `existsIndexTemplate(tmplCheckMessage, { meta: true })`