Bug #300
selectで、特定のテーブルに対してoutput_columnsに_scoreを指定したら落ちる。
| Status: | 完了 | Start: | 05/19/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
新規データベースを作成し、以下の手順で再現した。
> table_create test [[0,1274247401.1816,0.071912]] > select test [[0,1274247403.37259,0.000253],[[[0],[["_id","UInt32"]]]]] > select test --output_columns _score アボートしました
key_typeを指定していないtableが問題か。
History
Updated by daijiro MORI 3 months ago
- Status changed from 新規 to 完了チェック待ち
存在しないカラムを参照する時のNULLチェックを強化しました。
Updated by daijiro MORI 3 months ago
- Status changed from 完了チェック待ち to 完了