Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Minor: Remove debug code for PR#387 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored Jul 27, 2021
1 parent 6b12a93 commit 5bcd805
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class ColumnarPluginConfig(conf: SQLConf) extends Logging {
def getCpu(): Boolean = {
val source = scala.io.Source.fromFile("/proc/cpuinfo")
val lines = try source.mkString finally source.close()
return true
//TODO(): check CPU flags to enable/disable AVX512
if (lines.contains("GenuineIntel")) {
return true
Expand Down

0 comments on commit 5bcd805

Please sign in to comment.