jw-itq commented on issue #8390:
URL: https://github.com/apache/seatunnel/issues/8390#issuecomment-2563286980

   > > > 
![image](https://private-user-images.githubusercontent.com/6279280/398838182-07a424b2-4b25-43e9-8cbf-8cf11de61369.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzUyNzA2MTcsIm5iZiI6MTczNTI3MDMxNywicGF0aCI6Ii82Mjc5MjgwLzM5ODgzODE4Mi0wN2E0MjRiMi00YjI1LTQzZTktOGNiZi04Y2YxMWRlNjEzNjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTIyNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEyMjdUMDMzMTU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjhhMWU3MDcwMDE1ZjAzNDRhYWU2ZTBmNzZhY2MzMjZhNjJjNzY1NmNiMjliMTY0Njc2NjZjZDNhZGNjYTNlZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-NOZ4Weae8kUT0k2NtZNEshOphKcJ63SOAvKw3HDklo)
 Two questions:
   > > > 
   > > > 1. Document error: When using dynamic indexing, it was not specified 
that schema_save_mode="IGNORE" is required.
   > > > 2. Is there a problem with the dynamic indexing logic? I understand 
that variables should be replaced first before checking the index name
   > > > 
   > > > 两个问题: 1、文档的错误,在使用动态索引时,没有说明schema_save_mode="IGNORE"必填。 2、动态索引 
逻辑是不是存在问题,我理解应该先替换变量再做检测索引名称
   > > 
   > > 
   > > 1,The document does have some issues and needs to be improved 2,It 
depends on what schema_save_mode you use,The reason for this may be that you 
are using the default schema_save_mode
   > 
   > If dynamic indexing is used, it is not supported to create a table when it 
does not exist by setting schema_save_mode to CREATE-SCHEMA_CHEN_NOT_deIST. 
如果使用动态索引时,【通过设置 schema_save_mode 配置为 CREATE_SCHEMA_WHEN_NOT_EXIST 
来支持不存在表时创建表】那这样就不支持了。
   
   Tables created with CREATE_SCHEMA_WHEN_NOT_EXIST are created by SeaTunnel, 
while dynamic indices are created by ES itself, so IGNORE needs to be 
configured.


-- 
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]

Reply via email to