PHILO-HE commented on PR #10248: URL: https://github.com/apache/incubator-gluten/pull/10248#issuecomment-3317108403
> It seems something wrong with the ci, I use my own branch, and it still sutcked, it seems to have same problem as described in issue: #10258. @PHILO-HE @KevinyhZou, please add the below command in flink.yml to install a new version of tzdata. We have merged some patch in upstream Velox to remove the dependency on new tzdata, and we've also removed the installation for new tzdata from docker image. I assume an old Velox version is used by Gluten Flink. So before the update, we have to install new tzdata in runtime environment (not only the requirement for CI), as long as timezone is used in Velox. ``` yum install https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/tzdata-2025a-1.el9.noarch.rpm -y ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
