reswqa

Results 95 comments of reswqa

Since `pl.sum()` is worked as `pl.col("a", "b").sum()`, if we pass more than one cols, it will expend into `col("a").sum()` and `col("b").sum()`. If we add the following `alias` to it, there...

> These have all since been replaced by pl.*_horizontal I'm a bit confuse about this, shouldn't the behavior of `pl.sum ("a", "b")` and `pl.sum_horizontal ("a", "b")` be different(one map to...

One possible optimization is that when we perform `alias` on multiple column expressions(e.g. `pl.all()`, `cs.numeric()`), we should give a better error information.

@davidradl, this is stale as no reviewer focus on this part has enough time to review. Maybe I should try reach out someone to take a look recently.

> That would be fabulous - thank so much for moving this forward. @davidradl I saw your comment in jira ticket. If I remember correctly, I should have tested this....

@davidradl Thanks for testing this 👍 I think you should be able to review it, right? If so, I will merge it after get your +1 approval.

@davidradl Make sense to back port this as we should treat this as a bugfix because sql client previously supported SSL, which is a kind of regresssion. If you want,...

@davidradl IIRC, `SqlGatewayEndpointFacory` should be already present in `release-1.18` 🤔 see: https://github.com/apache/flink/blob/release-1.18/flink-table/flink-sql-gateway-api/src/main/java/org/apache/flink/table/gateway/api/endpoint/SqlGatewayEndpointFactory.java