Skip to content

Commit

Permalink
SNOW-929833 Exclude Approx Quantile test from SP (#55)
Browse files Browse the repository at this point in the history
exclude approx quantile test from SP
  • Loading branch information
sfc-gh-bli authored Oct 3, 2023
1 parent e748e01 commit 0e6bdb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ trait DataFrameSuite extends TestData with BeforeAndAfterEach {
assert(double2.stat.cov("a", "b").get == 0.010000000000000037)
}

test("df.stat.approxQuantile") {
test("df.stat.approxQuantile", JavaStoredProcExclude) {
assert(approxNumbers.stat.approxQuantile("a", Array(0.5))(0).get == 4.5)
assert(
approxNumbers.stat.approxQuantile("a", Array(0, 0.1, 0.4, 0.6, 1)).deep ==
Expand Down

0 comments on commit 0e6bdb2

Please sign in to comment.