We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48703 commit 2591868Copy full SHA for 2591868
lib/fluent/compat/formatter.rb
@@ -104,15 +104,6 @@ class CsvFormatter < Fluent::Plugin::CsvFormatter
104
105
# Do not cache because it is hard to consider the thread key correctly.
106
# (We can try, but it would be low priority.)
107
- def csv_for_thread
108
- CSV.new("".force_encoding(Encoding::ASCII_8BIT), **@generate_opts)
109
- end
110
-
111
- # It is hard to consider the thread key correctly for the compat layer.
112
- def csv_thread_key
113
- raise NotImplementedError, "Compat CsvFormatter does not support CSV cache. Do not use this method."
114
115
116
def csv_cacheable?
117
false
118
end
0 commit comments