liunaijie commented on issue #8604:
URL: https://github.com/apache/seatunnel/issues/8604#issuecomment-2635495629

   Hi, I see this error:
   ```
   Caused by: 
org.apache.seatunnel.engine.common.exception.SeaTunnelEngineException: 
org.apache.seatunnel.connectors.seatunnel.file.exception.FileConnectorException:
 ErrorCode:[FILE-08], ErrorDescription:[File read failed] - Read data from this 
file [default.default.default_file:/config/2data44.csv] failed
   �       at 
org.apache.seatunnel.connectors.seatunnel.file.source.reader.MultipleTableFileSourceReader.pollNext(MultipleTableFileSourceReader.java:85)
   
   
   
�org.apache.seatunnel.connectors.seatunnel.file.exception.FileConnectorException:
 ErrorCode:[FILE-08], ErrorDescription:[File read failed] - Read data from this 
file [default.default.default_file:/config/2data44.csv] failed
   �       at 
org.apache.seatunnel.connectors.seatunnel.file.source.reader.MultipleTableFileSourceReader.pollNext(MultipleTableFileSourceReader.java:85)
 ~[connector-file-local-2.3.9.jar:2.3.9]
   ```
   
   It looks like the "File" connector is not working properly, maybe the file 
has some special characters that make reading data from the file fail.
   
   You can search for the keyword "2088667" to check if this line is any 
difference
   
   ```
   Caused by: java.lang.RuntimeException: Failed to inference model with row 
SeaTunnelRow{tableId=, kind=+I, fields=[2088667, ?]}
   
   �Caused by: java.lang.RuntimeException: Failed to inference model with row 
SeaTunnelRow{tableId=, kind=+I, fields=[2088667, "?"]}
   ```
   
   


-- 
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

Reply via email to