You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xushiyan (via GitHub)" <gi...@apache.org> on 2023/03/29 23:45:17 UTC

[GitHub] [hudi] xushiyan commented on a diff in pull request #8320: [HUDI-6003] Add schema evolution column nullability test case

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org