-
Error below. Non-`-i` seems to work fine
```
PS C:\Users\haoyi\mill-1> ./mill -i version
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [java.lang.Lin…
-
**Describe the problem you faced**
Query suite toy example
Hudi 0.14
spark 3.4
when we do merge into with extra condition I got error MIT failed
```
MERGE INTO hudi_table_mor_2_partition_col…
-
Scala 3 is currently in its final release candidate, and a release is expected within about a month. While the existing syntax mode does work just fine for the subset of Scala 3 which overlaps with Sc…
-
## Compiler version
7ba88ad89396bc1e85f7d816c8782eb261d519d4
## Minimized code
```Scala
enum Expr1:
infix case Add1[L, R](l: L, r: R)
```
## Output
```scala
-- Error: /home/kp…
-
Scala-cli has a way to export the build definition as json which we could parse and use to import. Because scala-cli only supports single module builds it should be fairly trivial to do. We could also…
-
Would be great to be able to have plugins work directly with Scala. Of course since it runs on the JVM, it's possible to use the existing Java interface, but it would be nice to have a Scala-native AP…
-
Hi,
In our process, we are using connector to transfer data from HDFS to Clickhouse via Spark. And this process overwrites a large number of partitions (there is not much data in each of them).
Th…
-
**summary: ~I believe starting with WASIp1 and then WASp2 in future, is the right approach.~ https://github.com/scala-js/scala-js/issues/5080#issuecomment-2488309511**
This is a sub-issue of https:…
-
Multiple warnings/errors running either sbt test or sbt console following Zero to Sixty instructions. The ending information below from running sbt (no errors) and then "console" from root directory …
-
## steps
https://github.com/xuwei-k/sbt-2-missing-outer-accessor/commit/89dcb26504365e486ea68a7eedcea9bc3f312f62
`build.sbt`
```scala
sbtPlugin := true
scalaVersion := "3.3.4"
plugin…