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
// Test reconstruct json column works, the ordering of the fields has changed, but all values are perserved.
113
-
finalStringscanQuery = "select event, to_json_string(agent) as agent from %s where json_value(event, '$.type') = 'PercentClear' and json_value(agent, '$.os') = 'Android' order by __time asc limit 1";
117
+
finalStringscanQuery =
118
+
"""
119
+
select event, to_json_string(agent) as agent from %s
120
+
where json_value(event, '$.type') = 'PercentClear' and json_value(agent, '$.os') = 'Android'
0 commit comments