Skip to content
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

Closed
shaonanxu opened this issue Sep 18, 2014 · 2 comments
Closed

NumberType Error #7773

shaonanxu opened this issue Sep 18, 2014 · 2 comments

Comments

@shaonanxu
Copy link

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

@clintongormley
Copy link
Contributor

Hi @shaonanxu

Could you expand on this? What do you mean by the return value? What does this request return:

GET /_mapping

@clintongormley
Copy link
Contributor

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
fcofdez added a commit that referenced this issue Oct 20, 2021
Since #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 maintained.

Closes #79300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants