Spark.TableStatsExample
Spark.TableStatsExample copied to clipboard
Fixed a bug in the minLong calculation
The min long calculation originally would take the max of the min values instead of the min
Proposed a bug fix