[Groonga-commit] groonga/fluent-plugin-groonga at 838c805 [fluentd-v0.12] out: use new groonga-client convenient API

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Tue Jan 16 12:28:30 JST 2018


Yasuhiro Horimoto	2018-01-16 12:28:30 +0900 (Tue, 16 Jan 2018)

  New Revision: 838c805d94a75e32df3db85c12da8b5864269cce
  https://github.com/groonga/fluent-plugin-groonga/commit/838c805d94a75e32df3db85c12da8b5864269cce

  Merged 638bad8: Merge pull request #26 from komainu8/fluentd-v0.12

  Message:
    out: use new groonga-client convenient API

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -2)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2018-01-16 12:23:53 +0900 (0d98964)
+++ lib/fluent/plugin/out_groonga.rb    2018-01-16 12:28:30 +0900 (a7bd8e0)
@@ -332,8 +332,7 @@ module Fluent
         @columns = {}
         column_list.each do |column|
           name = column.name
-          vector_p = column.flags.split("|").include?("COLUMN_VECTOR")
-          @columns[name] = Column.new(name, column.range, vector_p)
+          @columns[name] = Column.new(name, column.range, column.vector?)
           ensure_column_indexes(name)
         end
       end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180116/6a109e5e/attachment-0003.htm 



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