akghbti opened a new issue #4035:
URL: https://github.com/apache/iceberg/issues/4035
Spark Version 3.0
Iceberg Version 0.12.1
Sample Code-Snippet
"
sparkSession.sql("CREATE TABLE local.db.sampleTable(_c0 string, _c1 string,
_c2 string) USING iceberg");
Dataset<Row> ds =
sparkSession.read().format("csv").load("C:\\STUDY\\SPARK_ICEBERG\\Data\\input.csv);
ds = ds.repartition(functions.col("_c2"));
ds.write().option("write-format",
"parquet").insertInto("local.db.sampleTable");
"
Infinite output
[BUG_2.log](https://github.com/apache/iceberg/files/7996705/BUG_2.log)
log attached.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]