Add archived parquet as int. package (#9912)

Since github.com/minio/parquet-go is archived add it as internal package.
This commit is contained in:
Klaus Post
2020-06-25 07:31:16 -07:00
committed by GitHub
parent b1705599e1
commit 2d0f65a5e3
51 changed files with 19278 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
// Autogenerated by Thrift Compiler (0.10.0)
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
package parquet
var GoUnusedProtection__ int

View File

@@ -0,0 +1,18 @@
// Autogenerated by Thrift Compiler (0.10.0)
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
package parquet
import (
"bytes"
"fmt"
"git.apache.org/thrift.git/lib/go/thrift"
)
// (needed to ensure safety because of naive import list construction.)
var _ = thrift.ZERO
var _ = fmt.Printf
var _ = bytes.Equal
func init() {
}

File diff suppressed because it is too large Load Diff