Skip to content

Commit

Permalink
exclude approx quantile test from SP
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Oct 3, 2023
1 parent e748e01 commit c0396a5
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 c0396a5

Please sign in to comment.