zhdech commented on code in PR #8025:
URL: https://github.com/apache/seatunnel/pull/8025#discussion_r1849339649
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java:
##########
@@ -224,6 +248,14 @@ public class LocalFileIT extends TestSuiteBase {
"/seatunnel/read/zip/excel/multifile/multiZip.zip",
container);
+ Path xlsxGz =
+ convertToGzFile(
+ Lists.newArrayList(
+
ContainerUtil.getResourcesFile("/excel/e2e.xlsx")),
+ "e2e-xlsx-gz");
Review Comment:
Even after removing Excel, it still cannot pass.
I suspect there may be some issues with the original case
--
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]