Yicheng Yang

Results 10 comments of Yicheng Yang
trafficstars

> We are interested to get this reviewed, merged and released. However, currently there have not been sufficient reviews and testing feedback from community members and especially also maintainers. >...

`HUAWEI OpenLookeng` (originated from Trino 350) also has a table scan reuse feature, maybe we can refer to the design in the future: https://gitee.com/openlookeng/hetu-core/pulls/443

I also met this error using StarRocks(compatible with mysql protocol), and when i used the mysql JDBC configuration way, it worked and returned query results. Maybe the sqlalchemy way has...

> @hackeryang is it ready for re-review? Sorry not yet, i'm trying to fix this CICD error: ![image](https://github.com/trinodb/trino/assets/26461591/dc0b30c0-0286-46a3-8089-a6b3fa958ba7) But i'm not so good at React JSX, and i didn't figure...

> Let us know how you want to proceed @hackeryang .. we are interested to get these changes added from all I can tell. Yes we want to proceed, for...

> Upvoting, it will be nice. Mysql connector connects but not show tables, only schemas Hi @brunomarram , for now you can set below parameters to `StarRocks` in a mysql...

> > > Upvoting, it will be nice. Mysql connector connects but not show tables, only schemas > > > > > > Hi @brunomarram , for now you can...

The Trino community is trying to support StarRocks connector: https://github.com/trinodb/trino/issues/17329 Thanks to @chenjian2664

We also encountered a similar problem: ![image](https://user-images.githubusercontent.com/26461591/220818799-cdc2b5ee-b352-4830-98ac-2106b98b8800.png) Then we found that it can be fixed by some modification of source codes mentioned in this issue: https://github.com/trinodb/trino/issues/4589

Relevant PR: https://github.com/trinodb/trino/pull/21888