Closed dongjoon-hyun closed 11 months ago
This is currently blocked by libhdfs
failure. I'm looking at this.
/root/build/libhdfspp_ep-prefix/src/libhdfspp_ep/include/hdfspp/uri.h:60:3: error: 'uint16_t' does not name a type
60 | uint16_t get_port() const;
Currently, it's blocked by the following.
[ RUN ] TestTimestampStatistics.testOldFile
unknown file: Failure
C++ exception with description "Time zone file /usr/share/zoneinfo/US/Pacific does not exist. Please install IANA time zone database and set TZDIR env." thrown in the test body.
I manually verified manually.
What changes were proposed in this pull request?
This PR aims to add
Ubuntu 24.04 LTS
Docker Test.Why are the changes needed?
Although the official
Ubuntu 24.04 LTS
will arrive on April 2024, we can start to track it from the official docker dev image.How was this patch tested?
Manual review.
This closes #1501 .