hcheng2002cn

Results 4 issues of hcheng2002cn

on latest version. with csv content: {"fake": "json", "fake2":"json2"} we got header true, should be false.

when using s3 proxy connect to azure, our s3 source connector try to get available file list after certain file, got attached exception. After we change to minio azure gateway,...

needinfo
azure

* Django gRPC version: * Django version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong,...

- "CREATE TABLE brintest (charcol char)" parse **char** data type as **bpchar**: ``` {"ColumnDef":{"colname":"charcol","typeName":{"names":[{"String":{"str":"pg_catalog"}},{"String":{"str":"bpchar"}}],"typmods":[{"A_Const":{"val":{"Integer":{"ival":1}},"location":-1}}],"typemod":-1,"location":48},"is_local":true,"location":40}} ``` - "CREATE TABLE brintest (charcol \"char\")" parse **"char"** data type as **char**: ``` {"ColumnDef":{"colname":"charcol","typeName":{"names":[{"String":{"str":"char"}}],"typemod":-1,"location":48},"is_local":true,"location":40}} ```...

question