CheneyYin commented on issue #5374:
URL: https://github.com/apache/seatunnel/issues/5374#issuecomment-1692654997

   ```shell
   record SeaTunnelRow{
     tableId=, 
     kind=+I, 
     fields=[
       { 
         aNwpC=mgKSQ, 
         vtnOM=OHneo, 
         aIorP=aUHMr, 
         ajzxv=EsqzL, 
         wadWr=kWbqe
       }, 
       [Ljava.lang.Integer;@fdddd75, 
       rINlK, 
       false, 
       36, 
       12826, 
       632576823, 
       8648309838448083968, 
       2.6753226E38, 
       8.419355797624134E305, 
       98702887253075486560.37908261, 
       [B@1914decb, 
       2023-01-01, 
       2023-10-01T08:11:58
     ]
   }
   ```
   
   ```shell
   schema = { 
          fields { 
            c_map = "map<string, string>" 
            c_array = "array<int>" 
            c_string = string 
            c_boolean = boolean 
            c_tinyint = tinyint 
            c_smallint = smallint 
            c_int = int 
            c_bigint = bigint 
            c_float = float 
            c_double = double 
            c_decimal = "decimal(30, 8)" 
            c_bytes = bytes 
            c_date = date 
            c_timestamp = timestamp 
          } 
        } 
   ```


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