lfyzjck
lfyzjck
Hive-JSON-Serde version: 1.3.8 ```sql alter table json_table add columns (new_col string) cascade ``` When i run this SQL in Hive version: 2.3.4, i got error below: ``` INFO : Compiling...
``` func readArgument(r *bufio.Reader) ([]byte, error) { line, err := r.ReadString('\n') if err != nil { return nil, malformed("$", line) } var argSize int if _, err := fmt.Sscanf(line, "$%d\r",...
**Describe the bug** we when use MapReduce-TiDB-Connector to read data from tidb/tikv and write it to hive. In some cases, we meet below exception when processing timestamp data: ``` 2024-03-27...