mirror of https://github.com/apache/druid.git
Fixing typo in `resultsTruncated` (#14779)
This commit is contained in:
parent
e57f880020
commit
cd817fc469
|
@ -117,7 +117,7 @@ public class MSQResultsReport
|
|||
return resultYielder;
|
||||
}
|
||||
|
||||
@JsonProperty("resultsTruncted")
|
||||
@JsonProperty("resultsTruncated")
|
||||
public boolean isResultsTruncated()
|
||||
{
|
||||
return resultsTruncated;
|
||||
|
|
Loading…
Reference in New Issue