We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb6eed commit b1fcf18Copy full SHA for b1fcf18
1 file changed
tests/spark/src/main/java/org/example/Main.java
@@ -32,7 +32,7 @@ public static void main(String[] args) {
32
33
var data = spark.range(0, 50_000)
34
.withColumn("year", lit("2026"))
35
- .withColumn("id_mandant", lit("0157"))
+ .withColumn("id_mandant", lit("7"))
36
.withColumn("text", concat(lit("text"), try_divide(col("id"), lit(5000)).cast("int")))
37
.select(col("year"), col("id_mandant"), col("text"));
38
0 commit comments