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

   @nvprasad2003 You can add schema to your kafka source to solve this issue.
   Config looks like :
   ```
   source {
    Kafka {
      ...
       schema = {
           fields {
               name = "string"
               age = "int"
               .... other columns
           }
       }
   }
   }
   
   ```
   also, can't add `result_table_name` option
   
   
   
   
   


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