tagomoris / presto-client-node

Distributed query engine Presto client library for node.js
MIT License
126 stars 57 forks source link

Allow for headers to be passed in to the client constructor #45

Closed shbts321 closed 1 year ago

shbts321 commented 3 years ago

Small fixes were made and the client constructor was updated to allow for headers to be passed in. This allows more flexibility with the function.

tagomoris commented 3 years ago

This change contains some different changes not described in the description, like catalog/schema and response. @shbts321 could you split changes into separate changes and explain why those should be done?