18270704097 opened a new issue, #10136:
URL: https://github.com/apache/seatunnel/issues/10136

   this is my conf
   
   env {
     parallelism = 1
     job.mode = "BATCH"
   }
   
   source {
     InfluxDB {
       url = "http://32g005:18086";
       sql = "select field, sensor_id, time, value from airSensors"
       database = "airSensors"
       schema {
         fields {
           field = STRING
           sensor_id = STRING
           time = BIGINT
           value = FLOAT
         }
       }
     }
   }
   
   sink {
       Console {}
   }
   
   exception
   
   <img width="1998" height="617" alt="Image" 
src="https://github.com/user-attachments/assets/a44b46d6-8708-4775-9f4a-0fd914ff4546";
 />


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

Reply via email to