Kentaro Hayashi
Kentaro Hayashi
When the value of --columns[NAME].stage parameter is changed, Groonga returns result without using cache.
GitHub#613 This commit avoids crash bug.
DO NOT MERGE UNTIL FULL REVIEW
The default protocol is still GQTP because it breaks backward compatibility. After a while, we will change the default protocol to HTTP in the future release.
https://gitter.im/groonga/en?at=5da2a090f1c89c0758dc82f5 mentions: ``` I tried to create a simple pat table with UInt32 key type and its failing to load data table_create --name Site --flags TABLE_PAT_KEY --key_type UInt32 --default_tokenizer TokenBigram...
# Problem ロングファイルパスに対応できていない。 ref. https://docs.microsoft.com/ja-jp/windows/desktop/FileIO/naming-a-file#maximum-path-length-limitation # Actual Groongaを長いパスのところに配置すると期待通りに動作しない。 (プラグインが正常に読み込めないなど) # Expected ロング・パスに対応して、長いパスのところにおいても動作する。 # Background #958 では特定環境で`\\?`を扱えない問題が発生するため、`\\?`を取り除く修正を入れた。 (nroongaの場合はPATHを設定することで回避できることがわかっている) 本来ならばロングパスファイルに対応できていたほうが望ましいが現状はそうなっていない。 MAX_PATHをあちこちで使っているのでそれを代替するようにしないといけない。 また依存するライブラリー(MeCabとか)も対応が必要になるかもしれない。
# What is the problem? groonga crashes when multiple `drilldowns[LABEL].keys` and `_key` is specified to `drilldowns[LABEL].columns[NAME].window.group_keys`. Here is the sample to reproduce this bug. ``` #@on-error omit plugin_register sharding #@on-error...
# What is problem? This issue is found by #680 test case. Currently, `drilldowns[LABEL].columns[NAME].stage initial` is supported, but other type of stage is not supported yet. As a result, there...
This issue is derived from #667. # What is problem? When reference vector column is specified to dynamic column `column[NAME].type` with `WITH_WEIGHT` flag, outputting result fails. Here is the test...
This issue is derived from #667. # What is problem? Outputting non reference column vector and weight vector are not supported. ## test case 1: no difference between vector and...