Hi, I think it’s great for add new config option named schema, but how to implement complex nested types? PS:your picture can’t display
> 2022年8月8日 11:05,Lucifer Tyrant <[email protected]> 写道: > > Hi seatunnel community, > > According to issue #2371 and #2299, supporting user-defined schema in source > connectors is a import feature for seatuunel. > > In this email I want to discuss with you how to implement it. > > In my option, I think we can add a new config option named as schema in all > source connector source configs and for each connector they can parse their > own schema in getProducedType method. The implement function of parsing > schema we can add it in module seatunnel-common. And I agree with your advice > @ashulin to conform schema type to the habit of SQL the same as defined in > code as the following image show: > > > > What do you think about this?Waiting for your reply! > > TyrantLucifer > > > >
