shivabodepudi edited a comment on issue #3835:
URL: https://github.com/apache/hudi/issues/3835#issuecomment-948290654


   below is the schema we are using right now. @xushiyan @codope 
   
   ```
   {
        "type": "object",
        "title": "testtopic.Value",
        "properties": {
                "Zipcode": {
                        "type": "string",
                        "connect.index": 8
                },
                "__snapshot": {
                        "connect.index": 98,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string",
                                        "title": "io.debezium.data.Enum",
                                        "connect.version": 1,
                                        "connect.parameters": {
                                                "allowed": "true,last,false"
                                        }
                                }
                        ]
                },
                "__change_lsn": {
                        "connect.index": 103,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "Last_Upd_DateTime": {
                        "type": "integer",
                        "title": "io.debezium.time.Timestamp",
                        "connect.index": 62,
                        "connect.version": 1,
                        "connect.type": "int64"
                },
                "Crt_DateTime": {
                        "type": "integer",
                        "title": "io.debezium.time.Timestamp",
                        "connect.index": 59,
                        "connect.version": 1,
                        "connect.type": "int64"
                },
                "Description": {
                        "connect.index": 3,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "BillTo_Address2": {
                        "type": "string",
                        "connect.index": 16
                },
                "BillTo_Address1": {
                        "type": "string",
                        "connect.index": 15
                },
                "Time_Zone": {
                        "type": "integer",
                        "connect.index": 12,
                        "connect.type": "int16"
                },
                "_hoodie_is_deleted": {
                        "connect.index": 104,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "boolean"
                                }
                        ]
                },
                "__schema": {
                        "connect.index": 102,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "Last_Upd_UserNum": {
                        "type": "integer",
                        "connect.index": 60,
                        "connect.type": "int32"
                },
                "__db": {
                        "connect.index": 101,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "ClinicPK": {
                        "type": "string",
                        "connect.index": 51
                },
                "Clinic_Num": {
                        "type": "integer",
                        "connect.index": 2,
                        "connect.type": "int32"
                },
                "__ts_ms": {
                        "connect.index": 97,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "integer",
                                        "connect.type": "int64"
                                }
                        ]
                },
                "__name": {
                        "connect.index": 100,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "IsCCEnabled": {
                        "connect.index": 53,
                        "type": "boolean"
                },
                "Clinic_Name": {
                        "type": "string",
                        "connect.index": 1
                },
                "Address2": {
                        "type": "string",
                        "connect.index": 5
                },
                "Address1": {
                        "type": "string",
                        "connect.index": 4
                },
                "__op": {
                        "connect.index": 95,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                
                "__table": {
                        "connect.index": 96,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                },
                "__connector": {
                        "connect.index": 99,
                        "oneOf": [
                                {
                                        "type": "null"
                                },
                                {
                                        "type": "string"
                                }
                        ]
                }
        }
   }
   ```


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