Piotr Fus
Piotr Fus
Hi @zeroshade ! My input from driver developer perspective: 1. `QueryArrowStream` should be used only for arrow requests. It shouldn't be used if JSON is returned (JSON is set in...
@zeroshade Ad 1. `ArrowStreamLoader` which is a return value of `QueryArrowStream` has a function `JSONData() [][]*string`. Maybe you can decide on these values? If not, we can add additional function...
@ianmcook thanks for you input! However the problem on backend is (to my best knowledge) similar to the problem in drivers - there is one component that prepares the actual...
Sorry for late reply, I was absent in the previous week. I'm glad that you implemented a workaround and it works! I fully agree that this is not a good...