Open bgribaudo opened 5 months ago
v0.4.0
No response
Windows
x64
Null fields in an error's details are ignored when the error is reported.
.test.pq
error [Detail = [a = 123, b = null, c = 456]]
Output contains the following:
"Error": { "Message": "Exception of type 'Microsoft.Data.Mashup.MashupValueException' was thrown.", "Details": { "Reason": "Expression.Error", "a": 123, "c": 456 } }
Details should also include field b.
Details
b
Preflight Checklist
Power Query SDK
v0.4.0
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
Null fields in an error's details are ignored when the error is reported.
Steps to Reproduce
.test.pq
with the following:Actual Experience
Output contains the following:
Expected Experience
Details
should also include fieldb
.Additional Context
No response