You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The acknowledge method in SQLService is always called even if the rivertable parameter is set to false (Managing updates with Elasticsearch versioning).
Indeed the BulkOperation is always created with a BulkAcknowledge :
The acknowledge method in
SQLService
is always called even if therivertable
parameter is set tofalse
(Managing updates with Elasticsearch versioning).Indeed the
BulkOperation
is always created with aBulkAcknowledge
:we have to replace it by this code :
The text was updated successfully, but these errors were encountered: