xushiyan commented on code in PR #8632:
URL: https://github.com/apache/hudi/pull/8632#discussion_r1184937962
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCDCForSparkSQL.scala:
##########
@@ -56,7 +56,7 @@ class TestCDCForSparkSQL extends HoodieSparkSqlTestBase {
Seq(OP_KEY_ONLY, DATA_BEFORE, DATA_BEFORE_AFTER).foreach { loggingMode =>
withTempDir { tmp =>
val tableName = generateTableName
- val basePath = s"${tmp.getCanonicalPath}/$tableName"
+ val basePath =
s"${tmp.getCanonicalPath}/$tableName".replaceAll("\\\\", "\\/")
Review Comment:
wouldn't this be a general problem for all test cases? maybe can you make a
sweep and fix all occurrence of such issue?
--
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]