Skip to content

Commit

Permalink
Revert "Log openmldb sql when executing (4paradigm#3626)" (4paradigm#…
Browse files Browse the repository at this point in the history
…3634)

This reverts commit 957095a.
  • Loading branch information
tobegit3hub authored Nov 28, 2023
1 parent 6e68677 commit 5e225da
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ class OpenmldbSession {
* @return
*/
def openmldbSql(sqlText: String): OpenmldbDataframe = {
logger.info("Try to execute OpenMLDB SQL: " + openmldbSql)

if (config.enableSparksql) {
return OpenmldbDataframe(this, sparksql(sqlText))
}
Expand Down

0 comments on commit 5e225da

Please sign in to comment.