- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for jsonfmt (0.1 sec)
-
internal/s3select/parquet/reader.go
return nil, errParquetParsingError(err) } } kvs = append(kvs, jstream.KV{Key: col.FlatName(), Value: value}) } // Reuse destination if we can. dstRec, ok := dst.(*jsonfmt.Record) if !ok { dstRec = &jsonfmt.Record{} } dstRec.SelectFormat = sql.SelectFmtParquet dstRec.KVS = kvs return dstRec, nil } // convertFromAnnotation - converts values based on the Parquet column's type
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 4.5K bytes - Viewed (0) -
manifests/addons/gen.sh
} # Set up grafana { # Generate all dynamic dashboards ( pushd "${DASHBOARDS}" > /dev/null jb install for file in *.libsonnet; do dashboard="${file%.*}" jsonnet -J vendor -J lib "${file}" > "${dashboard}-dashboard.gen.json" done ) helm3 template grafana grafana \ --namespace istio-system \ --version "${GRAFANA_VERSION}" \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Nov 03 18:01:40 UTC 2024 - 3.5K bytes - Viewed (0)