-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberType Error #7773
Labels
Comments
Hi @shaonanxu Could you expand on this? What do you mean by the return value? What does this request return:
|
No further info provided. Closing |
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Oct 19, 2021
Since elastic#7773 was introduced, TransportBulkAction is dispatched in the Write thread pool, this changed the expectations in ordering that these test have. This commit lets the TransportBulkAction to run so the expected write ordering in the test is mantained. Closes elastic#79300
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi:
Mapping Setting is
properties: {
sale: {
include_in_all: false
store: true
type: float
}}
The type is Float, but return type of sale is Double
The text was updated successfully, but these errors were encountered: