Shunsuke Otani

Results 9 issues of Shunsuke Otani

`TestReadBitPacked` if block is empty, so it passed through even if expected and got data are different.

`"io/ioutil"` has been deprecated since Go 1.16. https://tip.golang.org/doc/go1.16#ioutil

fixed it. ``` go build . minio.go:8:2: no required module provides package github.com/minio/minio-go/v7; to add it: go get github.com/minio/minio-go/v7 ```

Now, wrapped errors are always handle as 500. I want to fix it. ```go import ( "golang.org/x/xerrors" routing "github.com/qiangxue/fasthttp-routing" "github.com/valyala/fasthttp" ) ... err := routing.NewHTTPError(fasthttp.StatusBadRequest) return xerrors.Errorf("bad request: %w", err)...

It seems like gqlgenc doesn't take `MarshalGQL` method into account. * schema ```graphql type Query { enumToNum(numer: Number!): Int! } enum Number @goModel(model: "github.com/zaneli/gql-test/enums.Number") { ONE TWO } ``` *...

https://docs.aws.amazon.com/athena/latest/ug/jdbc-v3-driver.html Perhaps we need to re-examine the handling of [connection parameters](https://docs.aws.amazon.com/athena/latest/ug/jdbc-v3-driver-connection-parameters.html).

Maybe fix #225 ? ```sh > java -version openjdk version "11.0.1" 2018-10-16 OpenJDK Runtime Environment 18.9 (build 11.0.1+13) OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode) > sbt ++2.13.0...

Travis Java version is already jdk1.8. https://github.com/zaneli/rediscala/blob/3deaec3dda52c7d18405058cdf810e92605abdf1/.travis.yml#L12-L13 ref: https://github.com/etaty/rediscala/pull/143#discussion_r74700725