Jason Zhang

Results 10 comments of Jason Zhang
trafficstars

meet the same issue if 'traffic.traffic_light' == actor.type_id: print(actor.get_state()) print(actor.get_red_time())

hi~ @nocmk2, 感谢你的耐心等待。 我们目前正在审核所有的未解决问题,注意到这个问题已经有一段时间没有活跃了。你是否已经解决了这个问题,还是仍然需要关注? 如果你认为这个问题可以关闭,请告诉我们。如果两周内我们没有收到你的回复,我们将假设问题已经解决,并将关闭此问题。当然,如果需要,你可以随时重新打开它。 谢谢!

目前SDK还没有这个接口,我们后面会新增一个Task类型来支持

由于没有进一步的更新,我们将关闭此问题。如果你发现问题仍然存在或有任何进一步的问题,请随时重新打开此问题或创建新的问题。 感谢你的理解和合作。

> I am wondering how a commercial database sink like MaxCompute to do e2e test? I will soon be working on creating a Docker image for a `MaxCompute Emulator` that...

hi @loserwang1024 , I recently completed the development and release of a Docker image for the MaxCompute Emulator, and I have also added some related regression cases. Could you help...

> Thanks @dingxin-tech for the nice work, the CI wasn't triggered properly, we need adjust the CI setting[1] when new connector or new module joining. > > [1]https://github.com/apache/flink-cdc/blob/master/.github/workflows/flink_cdc.yml Hi, I...

hi~ @CChengjie, Thank you for your patience. We're currently reviewing open issues and noticed this has been inactive for some time. Have you managed to resolve this issue, or is...

hi~ @qingbozhang, 感谢你的耐心等待。 我们目前正在审核所有的未解决问题,注意到这个问题已经有一段时间没有活跃了。你是否已经解决了这个问题,还是仍然需要关注? 如果你认为这个问题可以关闭,请告诉我们。如果两周内我们没有收到你的回复,我们将假设问题已经解决,并将关闭此问题。当然,如果需要,你可以随时重新打开它。 谢谢!

目前没有现成的 execl 解析器的用例,但是可以参考以下文档和代码,实现你自己的解析器来创建外表。 [示例:读取OSS文本数据(自定义解析器)](https://help.aliyun.com/zh/maxcompute/user-guide/read-oss-data?spm=a2c4g.11186623.0.0.2cd57367j3zNw0) [示例:通过自定义解析器创建OSS外部表](https://help.aliyun.com/zh/maxcompute/user-guide/create-an-oss-external-table?spm=a2c4g.11186623.0.0.5c2962aeHUF5xL#section-rat-30e-5e8) [csv 文件解析器相关代码](https://github.com/aliyun/aliyun-odps-java-sdk/tree/release/0.48.x/odps-sdk-impl/odps-udf-example/src/main/java/com/aliyun/odps/udf/example/text)