Skip to content

Commit

Permalink
Fix nebula query bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Dec 11, 2023
1 parent 4c17598 commit 632b6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ private void queryOutput(
.map(
x -> {
try {
return x.asString();
return x.toString();
} catch (Exception e) {
return "";
}
Expand Down

0 comments on commit 632b6d5

Please sign in to comment.