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
While the fix to #3210 allowed a test that had been failing in CI to start passing again, closer inspection shows that the user-facing "Pivot to logs" feature hasn't recovered to its prior working state. Specifically, if its use would result in the creation of a filter that would reference a nested record value, it currently behaves like a no-op.
Details
Repro is with commit 3d88139 and the attached foo.json test data:
The attached video shows we're able to use the right-click menu and Count By either the _path field or the id.orig_h field. However, when confronted with the table of counted results, attempting the right-click Pivot to Values on the count column only creates the expected filter query when the count had been by_path. For the id.orig_h case, nothing happens and no errors surface in DevTools.
Repro.mp4
By comparison, at commit 399d1f0 back before the #3210 symptoms occurred, the Pivot to Values created the correct filter in the id.orig_h case as well.
tl;dr
While the fix to #3210 allowed a test that had been failing in CI to start passing again, closer inspection shows that the user-facing "Pivot to logs" feature hasn't recovered to its prior working state. Specifically, if its use would result in the creation of a filter that would reference a nested record value, it currently behaves like a no-op.
Details
Repro is with commit 3d88139 and the attached foo.json test data:
The attached video shows we're able to use the right-click menu and Count By either the
_pathfield or theid.orig_hfield. However, when confronted with the table of counted results, attempting the right-click Pivot to Values on thecountcolumn only creates the expected filter query when the count had been by_path. For theid.orig_hcase, nothing happens and no errors surface in DevTools.Repro.mp4
By comparison, at commit 399d1f0 back before the #3210 symptoms occurred, the Pivot to Values created the correct filter in the
id.orig_hcase as well.Worked.mp4