fengjian428 commented on pull request #3671: URL: https://github.com/apache/hudi/pull/3671#issuecomment-952137960
> @fengjian428 FYI. error from CI test. seems related to the change > > ``` > [ERROR] TestHiveSchemaProvider.testSourceSchema() Time elapsed: 0.569 s <<< ERROR! > org.apache.spark.sql.AnalysisException: > Hive support is required to CREATE Hive TABLE (AS SELECT);; > 'CreateTable `schema_registry`.`source_schema_tab`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, Ignore > > > [ERROR] TestHiveSchemaProvider.testTargetSchema() Time elapsed: 0.024 s <<< ERROR! > org.apache.spark.sql.AnalysisException: > Hive support is required to CREATE Hive TABLE (AS SELECT);; > 'CreateTable `schema_registry`.`source_schema_tab`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, Ignore > > > [INFO] > [INFO] Results: > [INFO] > [ERROR] Errors: > [ERROR] Hive support is required to CREATE Hive TABLE (AS SELECT);; > 'CreateTable `schema_registry`.`source_schema_tab`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, Ignore > > [ERROR] Hive support is required to CREATE Hive TABLE (AS SELECT);; > 'CreateTable `schema_registry`.`source_schema_tab`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, Ignore > ``` The latest CI is success -- 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]
