zhangshenghang commented on code in PR #8240: URL: https://github.com/apache/seatunnel/pull/8240#discussion_r1875390525
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/src/test/java/org/apache/seatunnel/e2e/connector/hive/HiveIT.java: ########## @@ -228,6 +228,8 @@ private void executeJob(TestContainer container, String job1, String job2) } @TestTemplate + @Disabled( + "[HDFS/COS/OSS/S3] is not available in CI, if you want to run this test, please set up your own environment in the test case file, hadoop_hive_conf_path_local and ip below}") Review Comment: > > > > @xiaochen-zhou Hi, why disable? This CI can run. > > > > > > > > >  I encountered several CI failures, and I saw this comment in the code. Can this CI run? > > > > > > Yes, it is operational. We can analyze the CI errors in detail. > > Shouldn't HDFS be removed from this comment? @Hisoka-X There is a problem here, the underlying storage is not actually running on HDFS storage. Do you need to adjust the description name of the testing method, otherwise it may cause misunderstanding. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org