Maximilian Roos
Maximilian Roos
> I have no idea whether the code is minimal. I don't know where the issue comes from so I cannot trim it down. check out https://stackoverflow.com/help/minimal-reproducible-example
Yes, interesting idea. My sense is that these are mainly in transactional DBs — i.e. are less prevalent in DuckDB / BigQuery / Snowflake — and fairly DB-specific. If that's...
It would be something like: ```elm from s"SELECT first_name, id, age FROM employees FORCE foo bar" ... ``` ...where `FORCE foo bar` is the optimizer hint — does that make...
@claude can you try to fix this? or is it more involved?
@claude OK — open a PR with that. Use a small inline test, not a full integration test. Add that guidance to CLAUDE.md: only add full integration tests when developing...
thanks @dhruvak001 does `dot` differ from other methods? if not, we should just bolster the general docs...
Something like `ds.filter_by(glob=...)` or `ds.glob` seems reasonable! My initial reaction is to vote against having xarray look through to the names of objects and process them — it makes that...
> These are all very specific to the AST that they are exploring. Some parts! Though I had thought the concept of "put your cursor in an editor and highlight...
> Do all of the IRs have span fields with which one can link to the source code? Yes! At least LR, PR & PL do (though the latter aren't...
I just wiped them all, will try again!