提交 75ef7cfb 编写于 作者: 1 151250176

change log level to error

上级 7b606ac1
......@@ -30,7 +30,7 @@
<charset>utf-8</charset>
</encoder>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>DEBUG</level>
<level>ERROR</level>
</filter>
</appender>
<!--<logger name="org.apache.iotdb.db.utils.OpenFileNumUtil" level="debug" />-->
......
......@@ -153,7 +153,7 @@ class TSFileSuit extends FunSuite with BeforeAndAfterAll {
val newDf = spark.sql("select * from tsfile_table")
val count = newDf.count()
Assert.assertEquals(TsFileWriteTool.largeNum, count)
spark.conf.set("spark.sql.files.maxPartitionBytes", 1024 * 1024 * 128)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册