Hisoka-X commented on code in PR #8064:
URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1843609823
##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/test/java/org/apache/seatunnel/connectors/seatunnel/file/Reader/ExcelReadStrategyTest.java:
##########
@@ -54,7 +55,7 @@ public class ExcelReadStrategyTest {
@Test
public void testExcelRead() throws IOException, URISyntaxException {
- testExcelRead("/excel/test_read_excel.xlsx");
+// testExcelRead("/excel/test_read_excel.xlsx");
Review Comment:
why disable this?
##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/test/java/org/apache/seatunnel/connectors/seatunnel/file/Reader/ExcelReadStrategyTest.java:
##########
@@ -15,8 +15,9 @@
* limitations under the License.
*/
-package org.apache.seatunnel.connectors.seatunnel.file.writer;
+package org.apache.seatunnel.connectors.seatunnel.file.Reader;
Review Comment:
```suggestion
package org.apache.seatunnel.connectors.seatunnel.file.reader;
```
--
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]