Zouxxyy commented on code in PR #4889:
URL: https://github.com/apache/paimon/pull/4889#discussion_r1912657363
##########
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/InsertOverwriteTableTestBase.scala:
##########
@@ -570,7 +570,6 @@ abstract class InsertOverwriteTableTestBase extends
PaimonSparkTestBase {
sql(
"INSERT INTO t VALUES (1, STRUCT(1, 1)), (2, null), (3, STRUCT(1,
null)), (4, STRUCT(null, null))")
if (format.equals("parquet")) {
- // todo: fix it, see https://github.com/apache/paimon/issues/4785
Review Comment:
After the fix, we do not need this if-else statement..
--
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]