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
we are getting different results with 2.6.1 and 2.6.2 snapshot provided in #545
got to see that .option("variable_size_occurs","true") is not working in 2.6.2 snapshot .
all followup columns post variable array are becoming null
in 2.6.2 snapshot,
"D" record_format is still performing index building and giving correct answer
"D2" record_format not performing index building , but giving above mentioned wrong result
Tested with above updated jar file and both the below issues are fixed.
"D" record_format is still performing index building and giving correct answer
-- now not performing index building and giving correct result
"D2" record_format not performing index building , but giving above mentioned wrong result
-- now not performing index building and giving correct result
Hi @yruslan,
we are getting different results with 2.6.1 and 2.6.2 snapshot provided in #545
got to see that .option("variable_size_occurs","true") is not working in 2.6.2 snapshot .
all followup columns post variable array are becoming null
in 2.6.2 snapshot,
"D" record_format is still performing index building and giving correct answer
"D2" record_format not performing index building , but giving above mentioned wrong result
please refer #543 for more details
Regards,
Saikumar
The text was updated successfully, but these errors were encountered: