You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When writing back query result to query_execution_result_{datasource}, fields with null value is dropped. I encountered this with cloudwatch datasource.
Sample query:
SELECT srcPort FROM mycw.default.FLE_GLE_VPC_LoadGen LIMIT 10
What is the bug?
When writing back query result to
query_execution_result_{datasource}
, fields with null value is dropped. I encountered this with cloudwatch datasource.Sample query:
Raw result:
Corresponding doc that is written back to
query_execution_result_{datasource}
Expected result:
The text was updated successfully, but these errors were encountered: