[Groonga-commit] droonga/fluent-plugin-droonga at 1333144 [master] Don't set deprecated "unified_columns" option

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 4 15:59:02 JST 2013


YUKI Hiroshi	2013-12-04 15:59:02 +0900 (Wed, 04 Dec 2013)

  New Revision: 1333144152a024cc2359758813d16b3d25ca939a
  https://github.com/droonga/fluent-plugin-droonga/commit/1333144152a024cc2359758813d16b3d25ca939a

  Message:
    Don't set deprecated "unified_columns" option

  Modified files:
    test/unit/plugin/distributor/test_search.rb

  Modified: test/unit/plugin/distributor/test_search.rb (+0 -2)
===================================================================
--- test/unit/plugin/distributor/test_search.rb    2013-12-04 15:57:57 +0900 (73489b9)
+++ test/unit/plugin/distributor/test_search.rb    2013-12-04 15:59:02 +0900 (bdada6c)
@@ -855,7 +855,6 @@ class SearchDistributorTest < Test::Unit::TestCase
           "type" => "sort",
           "operators" => [],
           "key_column" => 0,
-          "unified_columns" => [1],
           "limit" => -1,
         },
       })
@@ -906,7 +905,6 @@ class SearchDistributorTest < Test::Unit::TestCase
           "type" => "sort",
           "operators" => [],
           "key_column" => 3, # 0=family_name, 1=_nsubrecs, 2=_subrecs, 3=_keys
-          "unified_columns" => [1, 2],
           "limit" => -1,
         },
       })
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index