Mayank Shrivastava
Mayank Shrivastava
Yes, this would be a great feature to add. cc: @xiangfu0
Is `metric` a metric column or a text column? ``` { "name": "metric", "encodingType": "RAW", "indexType": "TEXT", "indexTypes": [ "TEXT" ]```
@Jackie-Jiang Is this PR still valid, or already covered by #8392 and #7958? If latter, could we close it?
Hi @jackjlli, wondering if you are still working on this and if so, any timeline for the same?
Hey @siddharthteotia any update on this feature?
Just to add some context, the reason why this was added in the first place was the fact that for certain workloads, byte -> String de-serialization was becoming the bottleneck....
Thanks @davecromberge for filing this PEP, very well authored. Tagging @swaminathanmanish @Jackie-Jiang
cc: @Jackie-Jiang
Any update on this?
Shouldn't the response indicate that the task was nonexistent? Silently returning 200 can confuse the user. Similarly for controller log, we should log something to indicate the same (instead of...