msgpack-hadoop icon indicating copy to clipboard operation
msgpack-hadoop copied to clipboard

Update to latest msgpack

Open jbruggem opened this issue 12 years ago • 3 comments

The current implementation of msgpack-hadoop is not compatible with the latest version of msgpack (0.6.7).

Our company has updated part of the codebase to be compatible, but we're still missing two things that we haven't updated:

  • the Test cases.
  • the whole Hive part.

We also took the liberty to make the implementation able to use split files (which is not the case in the current version).

Is it still worth a pull request, so at least part of the code is up to date?

See our implementation here: https://github.com/Technicolor-Portico/msgpack-hadoop

jbruggem avatar Apr 23 '13 16:04 jbruggem

Hey 👋 I’m facing the same issue, did you manage to solve this ? Or the bug is still around ? Thanks a lot !

moulin-louis avatar Apr 18 '24 15:04 moulin-louis

I am also facing same issue... this is serious, I am trying to use memo to authenticate Solana Pay payments on server side. I was going to use reference field but apparently many Solana mobile wallets don't even include the reference in the transfer transaction!

rinkaaan avatar Jun 11 '24 00:06 rinkaaan

Workaround: create this file with commented this line in your local project, and use this function from it:

https://gist.github.com/Luchanso/2b3e7c4f7d9ce8a6128ebe7ed004cec8#file-validate-ts-L98

Luchanso avatar Jun 14 '24 08:06 Luchanso