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 <[email protected]>
  • Loading branch information
seankao-az authored Apr 17, 2024
1 parent 9424a79 commit e893123
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 e893123

Please sign in to comment.