mirror of https://github.com/apache/druid.git
do not include the index in toString (#5268)
This commit is contained in:
parent
2c9a881dec
commit
b6b12db8b4
|
@ -141,8 +141,9 @@ public class FireHydrant
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
// Do not include IncrementalIndex in toString as AbstractIndex.toString() actually prints
|
||||
// all the rows in the index
|
||||
return "FireHydrant{" +
|
||||
"index=" + index +
|
||||
", queryable=" + adapter.get().getIdentifier() +
|
||||
", count=" + count +
|
||||
'}';
|
||||
|
|
Loading…
Reference in New Issue