thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

Incomplete data on fetching blob from database #74

Closed architm21 closed 7 years ago

architm21 commented 7 years ago

partial data is fetched from db , on blob type. Is there limits on size of data from a column.

thibaultcha commented 7 years ago

Not that I know of. Could you provide a minimal and standalone example so I can reproduce this on my side? Also, please provide detailed information about your environment such as the Lua/LuaJIT or OpenResty version and the Cassandra version you are using.

architm21 commented 7 years ago

Thank you for the quick reply. Issue was solved , the issue was caused due to some other problems.