Skip to content

Commit

Permalink
Remove query log (#308) (#310)
Browse files Browse the repository at this point in the history
(cherry picked from commit e893123)

Signed-off-by: Sean Kao <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b69f38b commit 6001731
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ trait FlintJobExecutor {
val startTime = System.currentTimeMillis()
// we have to set job group in the same thread that started the query according to spark doc
spark.sparkContext.setJobGroup(queryId, "Job group for " + queryId, interruptOnCancel = true)
logInfo(s"Executing query: $query")
val result: DataFrame = spark.sql(query)
// Get Data
getFormattedData(
Expand Down

0 comments on commit 6001731

Please sign in to comment.