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
Copy file name to clipboardExpand all lines: oap-server/server-storage-plugin/storage-banyandb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/banyandb/BanyanDBZipkinQueryDAO.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -230,13 +230,15 @@ public void apply(final StreamQuery query) {
230
230
}
231
231
232
232
if (!CollectionUtils.isEmpty(request.annotationQuery())) {
233
+
List<String> queryConditions = newArrayList<>();
233
234
for (Map.Entry<String, String> annotation : request.annotationQuery().entrySet()) {
0 commit comments