Skip to content

Commit

Permalink
hard code append the FlintPPLSparkExtensions to the spark conf creati…
Browse files Browse the repository at this point in the history
…on by the FlintREPL

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Oct 27, 2023
1 parent 83fe163 commit 838c420
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,13 @@ class FlintSparkOTELIndexSqlITSuite extends FlintSparkSuite {
| SELECT * from default.otel_traces
|""".stripMargin)
result.show()

val stats = sql(
s"""
|ANALYZE TABLE default.otel_traces COMPUTE STATISTICS;
|
|""".stripMargin)
stats.show()
}

test("create covering index with auto refresh") {
Expand Down

0 comments on commit 838c420

Please sign in to comment.