wu-sheng commented on code in PR #10202:
URL: https://github.com/apache/skywalking/pull/10202#discussion_r1057132531
##########
oap-server/server-storage-plugin/storage-banyandb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/banyandb/BanyanDBConverter.java:
##########
@@ -229,6 +243,9 @@ public StorageToMeasure(MetadataRegistry.Schema schema,
DataPoint dataPoint) {
@Override
public Object get(String fieldName) {
+ if (fieldName.equals(Metrics.TIME_BUCKET)) {
Review Comment:
Yes, that should be on a separate PR, no matter before or after.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]