baymax

Results 10 comments of baymax

containerd is started by using go's cmd command.ctr pulls the mirror operation:ctr --address /home/test/containerd/run/containerd.sock images pull docker-registry:81/test.

This is possible, but I want to solve the problem of pulling the image automatically when the service starts, instead of manually going through ctr to pull the image。And I...

I found that my business needs were satisfied with crictl being able to pull mirrors through the container agent just fine, and didn't pursue the feasibility of ctr

@peter5232 1. 清理表数据中忽略ODPS 数据表,需要适配你新增加的pgsql类型的表数据文件的删除。 2. 同时本次的api接口需要包含现有的 DomainData 的delete中删除k3s的metadata数据的逻辑,并删除对应的表数据和文件数据。 3. 本次提供的接口包括http接口和对应的grpc接口。可以参考现有的 DomainData 的delete的接口

![微信截图_20230330185543](https://user-images.githubusercontent.com/42204946/228814897-71e97a0c-f872-4255-974e-fb23b42f05a7.png)

> 我发现在进行jdbc类型转化为arrow类型时,有些数据类型如果可以获取到长度、精度信息,可以更好、合理的映射到 arrow 上。比如 DECIMAL、TIMESTAMP以及BINARY等。 > > 那么是否要修改框架代码支持传递 `COLUMN_SIZE` 和 `DECIMAL_DIGITS` 信息: `ArrowType arrowType = this.jdbcType2ArrowType.apply(columnType, columnSize, decimalDigits);`,再做精细化处理。 > > 还是说不改动框架代码,先简单实现即可。 关于达梦和 Arrow 的字段映射的问题,目前可以参考现有 dataproxy 中的 hive,odps 等的实现,完成现有字段的支持。先不考虑修改框架代码。 同时需要注意的是还有,新增行单测覆盖率要求达到70%,分区表支持

arrow 的 large-utf8,date(多种)

请先修复 aci 流水线相关 failed 的问题。其次你提交的代码中的 integration_test.sh 集成测试脚本中的内容都没了呢?可以对边原文件中的脚本内容

可以根据 aci 中的 ![image](https://github.com/user-attachments/assets/d24cf3aa-f386-41b5-af15-fa4b3460926b) 查看新增的单测是否能够跑通,确保 aci 能够正确执行成功