Long field is returned as integer if the value is less in Java API

Hi,
I'm also facing the same issue,
Did one managed to get solution for this problem ?
If yes please share solution thanks.

My mapping is

PUT test
{
"mappings": {
"testType": {
"properties": {
"TEST_ID": {
"type": "long",
"index": "not_analyzed"
}
}
}
}
}