xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.25k stars 294 forks source link

cannot load github.com/Azure/azure-sdk-for-go/sdk/azcore: no Go source files #447

Closed vanipolnedi closed 2 years ago

vanipolnedi commented 2 years ago

Hi ,

We have used https://github.com/xitongsys/parquet-go to read the data from parquet file. But when we are deploying in kubernetes pods it is throwing below error.

91mbuild github.com/Azure/azure-sdk-for-go/sdk/azcore: cannot load github.com/Azure/azure-sdk-for-go/sdk/azcore: no Go source files

Go Version : 1.13

Can you please help us in fixing this?

hangxie commented 2 years ago

It needs to be at least go 1.16 if you are use recent releases or head of master: https://github.com/xitongsys/parquet-go/blob/master/go.mod#L3