Ruiyang Wang

Results 81 comments of Ruiyang Wang

Yes, KubeRay calls a Ray function to clean up tables and that function is updated accordingly. For the table expiration - that’s something separate and yes it’s a good thing...

Hi all, does this interface look reasonable to you? ```py runtime_env = {"pip": {"uv_version": "==0.1.1", "packages":["tensorflow", "requests"], "pip_check": False}} ``` Note the `uv_version` field in `pip`. If it's set, we...

I feel silently changing implementations behind `pip` is so risky. Rather it's good to make `uv` opt-in, by either a `"uv"` plugin, or a `pip.uv_version` key.

And no, we don't want the behavior to depend on "if uv exists on this machine". If we want uv and it does not exist we need to fail instead...

Hi, what's difference vs https://github.com/ray-project/ray/blob/61a4220f564f1de740a4b2b0960be6bb661ed45e/WORKSPACE#L36-L38 ?

Thanks. But if we disable external code indexing, will clangd lsp still work for e.g. asio or protobuf-generated code?

I think the external .cc file indexes are still useful for some devs since when debugging asio I sometimes click into them to see the details. But it slows down...

I will let the maintainers to direct - whether they want to do this themselves, or to let me to do it, or to assign this to someone else.

looks like this is solved in `pyiceberg-0.10.0`.