sql-machine-learning / gohive

A Go driver for Hive
55 stars 27 forks source link

change maxLength to optional #60

Closed iBreaker closed 4 years ago

iBreaker commented 4 years ago

Hi . I got an same error as https://github.com/sql-machine-learning/gohive/issues/57 And I have push a PR to https://github.com/beltran/gohive/pull/73

Now, we can set maxLength in this project.

weiguoz commented 4 years ago

Hi @iBreaker. Please note the CI failed, details:

# sqlflow.org/gohive [sqlflow.org/gohive.test]
./driver.go:37:12: transport.SetMaxLength undefined (type thrift.TTransport has no field or method SetMaxLength)
iBreaker commented 4 years ago

Hi @iBreaker. Please note the CI failed, details:

# sqlflow.org/gohive [sqlflow.org/gohive.test]
./driver.go:37:12: transport.SetMaxLength undefined (type thrift.TTransport has no field or method SetMaxLength)

It's my fault. 😁