-
Good evening,
I am trying to run the simulation file located in src/main/scala/naxriscv/platform/tilelinkdemo/SocSim.scala using the commands exactly as they are inside the file. The simulation sta…
-
## Bug
Unable to read in commit info timestamp after running optimize.
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] …
-
Hi, thank you for neat and useful software.
My mdoc (v2.6.1) seems not accepting Scala 3.x code from CLI.
For instance, following code does not compile:
````
```scala mdoc
def fib(n: Int): …
-
## steps
`A.scala`
```scala
package x
class A
```
`build.sbt`
```scala
scalaVersion := "3.3.3"
```
`project/build.properties`
```scala
sbt.version=2.0.0-M2
```
run `sbt d…
-
### Describe the bug
I'm seeing a big stack trace when trying to sync that schema with lots of errors
### To Reproduce
1) start a databricks cluster
2) try to sync their sample catalog
### Expecte…
-
Should it be sbt and/or Mill and/or Scala-CLI based? Scala-CLI is tempting as these things are small, but we'd need to replicate the indigo plugin behaviour so you can run your creation in electron.
-
**Describe the bug**
While working on a test for issue https://github.com/NVIDIA/spark-rapids/issues/11736. I see failures with below stack trace when booleans that have `nullable=false` are passed in…
-
### What is the problem the feature request solves?
For folks considering adopting Arrow Datafusion Comet who have Dataset code in Scala & Python it would probably be useful to be able to run similar…
-
scalafix fails to parse nightly version of Scala3 which differs from nightly version of Scala 3
Example of version `3.6.0-RC1-bin-20241008-3408ed7-NIGHTLY`
Issue found by Scala 3 Open Community B…
-
when migrating from scala `2.13.14` to scala `3.3.0` we're running into an error with the LoggingAdapter.
The setup:
```scala
package com.example
import org.apache.pekko.actor.ActorSystem
impo…