Matt Topol
Matt Topol
@rok Can we also add best practices and debugging sections in the Go docs too? This can be done by either a README.md in the `go/arrow/flight` directory or by having...
@rok Sounds great! Have a look at `go/arrow/doc.go` or `go/parquet/doc.go` for some examples. https://tip.golang.org/doc/comment also gives a good rundown of how the format of the comment gets translated into the...
@lidavidm I was considering looking into the JS integration failure, I'm just not particularly familiar with the arrow JS library. Though it looks like it's a gulp issue on build....
@lidavidm @domoritz It looks like the remedy is to downgrade zlib to v1.2.11 until the fix in the linked issue gets released. I'll try testing it locally
Hmm, I don't know how much I like this idea solely that I believe it would be the responsibility of the person building the service to ensure their responses follow...
Fair point, I'll put it on my list and try to get to adding this functionality in the next couple weeks. If anyone wants, feel free to file a PR...
There aren't any plans currently to do so, but given the existence of swagger-ui-dist it shouldn't be difficult to easily deploy it with this if desired. I'd welcome a PR...
Looking at the code in `recordbatch.ts` in `collectDictionaries` it looks like it is accessing `data.dictionary` where `data` is one of the children and is getting an `undefined` value for one...
@pitrou Can you re-review when you get a chance and let me know if there's any other changes you request / if you're good with the current version?
@cyb70289 any other comments or questions here?