Shekharrajak commented on code in PR #3479:
URL: https://github.com/apache/datafusion-comet/pull/3479#discussion_r2790034550
##########
spark/src/main/scala/org/apache/spark/sql/comet/CometNativeWriteExec.scala:
##########
@@ -135,6 +137,11 @@ case class CometNativeWriteExec(
}
}
+ // Refresh the catalog table cache so subsequent reads see the new data
+ catalogTable.foreach { ct =>
Review Comment:
this was different issue - while running the test, realised table needs to
be refreshed to get the new data.
--
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]