Carl-Zhou-CN commented on issue #6714: URL: https://github.com/apache/seatunnel/issues/6714#issuecomment-2078873857
> @Carl-Zhou-CN thanks,bad example for mongo cdc docs,wrong type use case https://seatunnel.apache.org/docs/2.3.4/connector-v2/source/MongoDB-CDC > > is there same type define for "mongo" and "mongo cdc"? > > your use case is mongo not mongocdc > > mongo cdc docs write the different type define way? > > ``` > schema = { > fields { > "_id" : string, > "name" : string, > "description" : string > } > } > ``` > > i will try > > ``` > "weight" : "decimal(30, 8)" > ``` @bulolo Both should be similar for schemas -- 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]
