Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
QE 2022-04-04, QE 2022-03-21
Description
Problem:
Stream writers for SBE values truncate large arrays, and also omit types for certain primitive values (like numericals).
We would like to use printing of the values for testing and not lose any significant information when printing to stream.
There does not appear a utility allowing to print stage execution results.
Proposed solution:
Add PrintOptions that control:
- max depth or array size
- whether to print data types for numeric types and also date (that otherwise is printed as int64). We should also consider making this option true by default or always true,
Add utility for printing stage execution results.