Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Unit testing a controller in Play 2.6

How should I write unit tests in Spark, for a basic data frame creation example?

Whether to use context bound or implicit ev in Scala

scala

Spark Dataframe Group by having New Indicator Column

Spark dataframe: Pivot and Group based on columns

Update Spark Dataframe's window function row_number column for Delta Data

Scala Spark - Count occurrences of a specific string in Dataframe column

How to convert org.apache.spark.sql.ColumnName to string,Decimal type in Spark Scala?

Trying to read and write parquet files from s3 with local spark

What is the difference between Unit.type and Unit

scala types

Play Framework test helpers need implicit `Materializer`

LocalDateTime as total nanoseconds

java scala date time

Structured Streaming exception: Append output mode not supported for streaming aggregations

Top N items from a Spark DataFrame/RDD

scala apache-spark top-n

Doobie with Hikari setup

Scala: different foldRight implementations in list

scala

Circe Decode to sealed trait extended by multiple case classes

scala circe

import implicit conversions without instance of SparkSession

Run Scala Dotty project using Intellij IDE

What's the difference between (-1).toShort and -1.toShort in Scala

scala short