Sutou Kouhei
Sutou Kouhei
OK! If there is a problem with the suggestion, please let me know.
@davisusanibar ping
> Is this still needed now that #14477 has been merged? No. We don't need this. #14477 solved the problem. I merge this as just for using newer Ubuntu.
> The only think I am not sure is that this comment also triggers the `verify-rc-binaries-jars-*` but the jars are supposed to be uploaded on the `06-java-upload.sh`. Good catch! Then,...
> Or how about creating `07-binary-verify.sh`? I chose this.
We don't need to update the followings: * `doc/`: We should update the API reference based on code comment eventually. (We don't have a mechanism for it yet...) * `test/mruby/rroonga/`:...
Ah, we need to add support for binary data such as `ShortBinary`, `Binary` and `LargeBinary` for this...
simdjson https://github.com/simdjson/simdjson or yyjson https://github.com/ibireme/yyjson may be better.
We can do it in C API not command API. Is it suitable for your use case? If we don't store the source text data, we can't update our inverted...
I'm sorry but there isn't the documentation of the C API... You can use `grn_column_index_update()` for it. `grn_column_index_update(ctx, index_column, source_record_id, section, NULL, new_value_bulk_or_vector)` will work. You need a source table...