Rong Rong

Results 48 comments of Rong Rong

> > We should add documentation and the logo as well and maybe take this out of draft mode for first feedback and testing. > > yes. will do once...

sorry for the late follow up. I've chatted with folks at Lance and consider that the [follow up PR](https://github.com/walterddr/trino/pull/2) is already in progress for predicate/project/filter pushdown, we would like to...

> I think we want to get this changed from draft to ready for review then @walterddr DONE > > In parallel we can work on CI and packaging. >...

> Do you know what base image would actually fix that? I am not 100% sure. according to the log shown in the [run](https://github.com/trinodb/trino/actions/runs/9983323203/job/27590745372?pr=21880). the base image is: ``` Ubuntu...

@mosabua sorry for the delay, looks like i was looking at the wrong place, the issue comes with `lancedb-core` module compiled not `lance-core` module. thus our previous method to work...

> @xiangfu0 Would `CROSS JOIN UNNEST` between correlated LHS and RHS (UNNEST basically operates on a field that belongs to left join relation) results only in the cross product of...

this PR can be closed if we have #10685 yes?

> Decorrelate won't work on the correlate + uncollect node. I think we should handle this in a rule and write our own StageNode for translation. hmm. this is probably...