fatim

Results 4 comments of fatim

I get the same error running "dotnet test" locally. This is because row 33 value in "Actual/Worksheets.xlsx" (Sep) does not match "Expected/Worksheets.xlsx" (Sept) When I run this I get "Sep"...

If we run ```F# open System open System.Globalization let print (x: CultureInfo) = printfn "%-20s | %-10s | %s" x.DisplayName x.IetfLanguageTag x.DateTimeFormat.AbbreviatedMonthNames[8] CultureInfo.GetCultures(CultureTypes.NeutralCultures) |> Array.filter (fun x -> x.DateTimeFormat.AbbreviatedMonthNames[8].Contains("sept", StringComparison.InvariantCultureIgnoreCase))...

I have the same issue on spark-3.2.1-bin-hadoop2.7 Following this tutorial - https://learn.microsoft.com/en-gb/dotnet/spark/tutorials/get-started?tabs=windows Exceptions: - JVM method execution failed: Nonstatic method 'getOrCreate' failed for class '1' when called with no arguments...

I've downgraded OpenJDK from 19 to 11 on my machine and exceptions are gone.