-
Hi,
We are using Omnisci for BI things and developed our own Nodejs connector using omnisql. We'd like to avoid the session idle error without writing a huge number in the configuration file (`idl…
-
Thanks for putting together this package, it's long overdue and looks great!
I can generate a thrift client using `t_load` and `make_client`, and it appears to be working. However, I want to modify…
-
Hi, I have been trying to install HDK for usage with a local modin fork. As such I have been following the steps in the ReadMe for conda environments. During which I have experienced the same crash mu…
-
🐞
- MacOS Sierra 10.12.6
- Node version - 10.4.1
- Steps to recreate:
1. Turn down the MapD Server
2. Try to connect to the server with the connect() function
- Descriptio…
-
We currently expose different query compilers in the initialization file of the `storage_formats` module (see [here](https://github.com/modin-project/modin/blob/master/modin/core/storage_formats/__ini…
-
Does FreeBoard support ODBC or JDBC connections?
-
Based off of a conversation with @niviksha @dharhas on slack.
## The current state
The main focus of this intake driver thus far has been on consuming data that has already been loaded into an O…
-
From #4571:
>I will note, as a new contributor the number of hoops I have to jump through, as compared to contributing to say pandas, is annoying. Autogenerated release notes, and looser requiremen…
-
In most programming languages, short ranges from -32768 to 32767, but the heavyDB Minimum value: -32,767; Maximum value: 32,767; maximum value: 32,767,Should I change the type from SmallInt to INTEGER…
-
In working on #203, noticed that for `bigint`, if you have large enough numbers and have nulls, pandas will convert the column to `float64` AND convert it to scientific notation. Loading the table row…