Matheus Alcantara
Matheus Alcantara
It's useful to add a go.mod file. The build in Travis is broken because not find some dependencies
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",...
## 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...
### 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...