kotharironak

Results 36 comments of kotharironak

Relevant ticket - https://github.com/hypertrace/hypertrace/issues/252

The majority of existing distributed tracing tools provide traces as a first view to start analysis for given use cases. Here, the user starts with a set of traces, and...

We are also facing the same issue partition table with `postgresql-42.3.3.jar` and with `io.confluent:kafka-connect-jdbc:10.4.0`? Any plan to merge this one?

Currently, we are storing the span tags in a MAP attribute which is eventually stored in pinot as MAP column (two multi-valued arrays). On the MAP attribute, we do have...

To handle the container object like map for a corresponding attribute (e.g spanTags - https://github.com/hypertrace/query-service/blob/main/query-service/src/main/resources/configs/common/application.conf#L75), I was thinking if we can extend query service expression definition (https://github.com/hypertrace/query-service/blob/main/query-service-api/src/main/proto/request.proto#L11) as bellow to...

> @aaron-steinfeld @kotharironak Is there a design doc on this in progress? @suddendust we already have support for `lookup : contains_key` and `eq : contains_key_value` operation on map fields. So,...

> Looked into this more today. So we need support in all of: > > * Group By > * Filter > * Selection > * Order by (this one...

@suddendust If you can along with @sarthak77 focus first on QS (including test), and if something is not completed in the above layer in Gateway would be better (going from...

cc : @itssharmasandeep @anandtiwary