xushiyan commented on code in PR #8320:
URL: https://github.com/apache/hudi/pull/8320#discussion_r1152594066
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestHiveTableSchemaEvolution.java:
##########
@@ -77,42 +78,38 @@ private void initSparkContexts(String appName) {
@Test
public void testCopyOnWriteTableForHive() throws Exception {
String tableName = "huditest" + new Date().getTime();
- if (HoodieSparkUtils.gteqSpark3_1()) {
- sparkSession.sql("set hoodie.schema.on.read.enable=true");
- String path = new
Path(basePath.toAbsolutePath().toString()).toUri().toString();
Review Comment:
most of the diff are identation. pls hide whitespace to review
--
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]