-
-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a String Array write method in the Streaming API #504
Comments
Forgot to ask: is this just for convenience or for some other reason? Not against addition, just want to double-check. |
Just a convenience. If I recall it correctly (as there has been more than a year already) I saw the docs and asked myself why |
Ok. Sounds reasonable. Challenge wrt APIs is regarding how much to include in cases like this; but often just a core set of |
Will be included in 2.11.0. |
In version 2.9.7 there are methods for writing
int[]
,long[]
anddouble[]
arrays. I think it would be a nice addition to add a method for writingString[]
arrays as well.The text was updated successfully, but these errors were encountered: