Skip to content

Commit

Permalink
Remove query log (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <seankao@amazon.com>
(cherry picked from commit e893123)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent b69f38b commit 7bf20c0
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 7bf20c0

Please sign in to comment.