zhouyuan commented on issue #9556: URL: https://github.com/apache/incubator-gluten/issues/9556#issuecomment-2867932979
@wenwj0 Hi, it looks like we can not work around on missing of "tzdata.zi", as Velox will try to build the time zone database based on it. I made one quick test by allowing return empty of `__parse_version` on debian 10, the whole timezone database will be empty in Velox based on the logic. I think the best way to fix this issue on old Debian is to use the new tzdata package from bullseye - which has the file `tzdata.zi` in /usr/share/zoneinfo https://packages.debian.org/bullseye/tzdata the package can be download here and it has no other dependencies. I verified this on Debian Buster and it looks working. https://packages.debian.org/bullseye/all/tzdata/download thanks, -yuan -- 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]
