Skip to content

Commit 4a5b83f

Browse files
authored
de: Fix joins example (#5052)
In add columns node, we were adding name column, which was causing duplication with slices name. Now we add `is_main_thread`.
1 parent 01b3bcc commit 4a5b83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/assets/explore_page/examples/joins_learning.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@
250250
"primaryInputId": "1",
251251
"secondaryInputNodeId": "2",
252252
"selectedColumns": [
253-
"name"
253+
"is_main_thread"
254254
],
255255
"leftColumn": "utid",
256256
"rightColumn": "id",
257257
"suggestionSelections": {
258258
"thread": [
259-
"name"
259+
"is_main_thread"
260260
]
261261
},
262262
"expandedSuggestions": [],

0 commit comments

Comments
 (0)