Skip to content

Instantly share code, notes, and snippets.

@Samrose-Ahmed
Created September 22, 2022 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samrose-Ahmed/ab9e6c2005ba7a3ad486bb606e290de4 to your computer and use it in GitHub Desktop.
Save Samrose-Ahmed/ab9e6c2005ba7a3ad486bb606e290de4 to your computer and use it in GitHub Desktop.
fun readParquetMetrics(s3Path: String, table: Table): Metrics {
return ParquetUtil.fileMetrics(fileIO.newInputFile(s3Path), MetricsConfig.forTable(table))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment