티스토리 뷰
728x90
Result type of an implicit conversion must be more specific than AnyRef
Let def h(a: AnyRef*) = a.mkString(",") h: (a: AnyRef*)String and so h("1","2") res: String = 1,2 However, h(1,2) error: the result type of an implicit conversion must be more specific than An...
stackoverflow.com
https://github.com/apache/spark/pull/37478
[SPARK][SQL] feat: conf(String, Any) by seunggabi · Pull Request #37478 · apache/spark
What changes were proposed in this pull request? as-is private fun config(builder: SparkSession.Builder): SparkSession.Builder { val map = YamlUtils.read(this::class.java, "spark", Ex...
github.com
728x90
'공부' 카테고리의 다른 글
[gradle] jar > archive contains more than 65535 entries. (0) | 2022.08.17 |
---|---|
[pandas] web scraping (0) | 2022.08.13 |
[kotlin] map -> flatMap (0) | 2022.08.11 |
Spring Webflux + JDBC(혹은 blocking call) 핸들링 방법 (0) | 2022.08.11 |
[python] time.time(), time.gmtime(), datetime.now(), datetime.now().timestamp() (0) | 2022.08.11 |
댓글