Randy Zwitch
Randy Zwitch
I'm not sure we really want to get into this level of "do what I mean". We'd have to scan every string column to see what special values might be...
Calling `ipch.close()` in `_parse_tdf_gpu` seems to fix the issue above, at the expense of generating a separate error: ```python gdf.head().to_pandas() ERROR:Call to cuMemcpyDtoD results in CUDA_ERROR_INVALID_VALUE Traceback (most recent call...
Seems to be resolved on my machine now, not sure if this was a CUDA install mismatch on my machine or what. Closing for now, will re-open if observed again
Update: filed internally as https://jira.omnisci.com/browse/BE-3467 for decimal downcast
What needs to be done in order to incorporate IterableTables into my ECharts.jl package (the METADATA one). Right now, I have some methods defined for `DataFrames`, but very few of...
Was just about to come by to ask about HTTP/HTTPS support. Unfortunately, I don't know C++, but I'm absolutely willing to help out by testing or whatever else as Thrift.jl...
At least in our case, this also requires `TJSONProtocol` to be implemented. Do you have an idea of which might be simpler to tackle? I've been getting better at C++,...
@tanmaykm Do you know how much effort it would take to implement `TBufferedTransport`, or if there is a pure Julia way to implement this functionality as a work-around? I'm trying...
Thanks, I'll take a look
Closing, will re-open pending user follow-up