NoPr commented on PR #6842: URL: https://github.com/apache/seatunnel/pull/6842#issuecomment-2124181716
> > > > > partition > > > > >  > > > > > > > > > > > > > > 大佬你好,创建的statement好像有点问题 org.apache.hadoop.hive.ql.parse.ParseException:line 1:0 cannot recognize input near '' '' '' > > > > > > > > > > > > > > > 是提交partition信息的语句吗 还是哪个语句? > > > > > > > > > > > > > > 大佬你好,创建的statement好像有点问题 org.apache.hadoop.hive.ql.parse.ParseException:line 1:0 cannot recognize input near '' '' '' > > > > > > > > > > > > > > > 是提交partition信息的语句吗 还是哪个语句? > > > > > > > > > > > > 是的,当schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST"时,save_mode_create_template 是必须的吗?当为 “” 时,报错为我描述的那个错误 > > > > > > > > > 是必须的, 这个是你表不存在时的要执行的建表语句 > > > > > > 那如果我不知道source的表结构的话,是否该source-sink的conf就不能成立?这个和mysql的schema_save_mode 的配置实现的效果不一样吗? > > 有些许的不一样 可以拿到source的表结构, 然后根据这个结构去创建表 但是其他的Hive配置, 比如内表/外表, 外表路径, 存储格式等等的配置是无法拿到的. 所以添加了这个参数 希望用户自定义DDL语句 那也就是说hive的自定义建表需要满足: 1.已知source表结构 2.自定义建表语句并作为sink的参数 -- 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]
