mirror of
https://github.com/apache/druid.git
synced 2025-02-20 00:47:40 +00:00
fix tc: remove unused method
This commit is contained in:
parent
b7c8b875f1
commit
e942a2139a
@ -39,11 +39,6 @@ public class TransformingInputRowParser<T> implements InputRowParser<T>
|
||||
this.transformer = transformSpec.toTransformer();
|
||||
}
|
||||
|
||||
public InputRowParser<T> getParser()
|
||||
{
|
||||
return parser;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<InputRow> parseBatch(final T row)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user