kyle-goodale-klaviyo
kyle-goodale-klaviyo
+1 on this issue. We are currently evaluating StarRocks as a replacement for Trino. However, we very much rely on being able to cast JSON values to Structs at query...
@Dshadowzh Absolutely, here is a minimal example that includes nested objects, as well as arrays of objects: ```sql SELECT CAST(json_parse( '{"a": 5, "b_obj": {"bb": true}, "b_arr_obj": [{"foo": "bar"}, {"foo": "baz"}]}'...
Hello, we are still looking for this functionality. I have been periodically checking release notes as we would like to use StarRocks but are stuck with Trino as they support...
I'm not sure when this was added, but I tested in the latest version and I was able to cast a json value to a struct. Would recommend adding information...
Will we be able to cast a variant type to a struct in the same way we can with JSON types now? I.e ``` CAST(variant as STRUCT) ```
Hello, I was using ``` jaeger_endpoint = http://my_endpoint: 6831 ``` Traces have been working fine for the most part. This issue only occurs sometimes
@kevincai I was mistaken and our deployed config does not have `http://` in front. It is just the host and ip. Notably, we get traces just fine so it does...
I've also been able to reproduce this on a new new cluster. We have had to disable Jaeger as we can't have all CN nodes crashing when an MV is...