Matheus Alcantara

Results 5 issues of Matheus Alcantara

It's useful to add a go.mod file. The build in Travis is broken because not find some dependencies

help wanted

I have the follow code: ``` func main() { jenkins := gojenkins.CreateJenkins(nil, "http://localhost:8080/", "master", "master") jenkins, err := jenkins.Init() if err != nil { panic(err) } i, err := jenkins.BuildJob("github-api",...

help wanted

add comments on exported functions

help wanted

## Description Previously the `parseSortFields` from `SortFieldUtils` was only collecting the field id from the top level columns don't considering nested fields of nested types, so in case a query...

cla-signed
iceberg

### Apache Iceberg version 0.7.1 ### Please describe the bug 🐞 Starting at version 4.0.1, Hive metastore removed deprecated thrift APIs that py-iceberg is currently using. When trying to create...

good first issue