Skip to content

Commit

Permalink
Document that some QueryStatistics field are not backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Feb 4, 2019
1 parent 1a867a6 commit 552cf2a
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -51,8 +51,15 @@ public class QueryStatistics

private final List<StageCpuDistribution> cpuTimeDistribution;

/**
* Operator summaries serialized to JSON. Serialization format and structure
* can change without preserving backward compatibility.
*/
private final List<String> operatorSummaries;

/**
* Plan node stats and costs summaries serialized to JSON. Serialization format and structure
* can change without preserving backward compatibility.
*/
private final Optional<String> planNodeStatsAndCosts;

public QueryStatistics(
Expand Down

0 comments on commit 552cf2a

Please sign in to comment.