mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
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…
x
Reference in New Issue
Block a user