fix: table UUID partitions not working - #2916
Conversation
|
A few notes ... Avro has an The other thing I found is with the integration tests. I found when I had multiple tests in the same file it would fail with a Reqwest + Tokio error. I believe in As a workaround I put my second test into a second file. I'd be happy to try to solve this in a followup ticket if there is interest, and any other work to make test simpler. The solution is technically straight forward, but would be a chunk of code. We are talking a custom S3 storage layer, changing OpenDal core, or moving to use |
f92395e to
de83553
Compare
blackmwk
left a comment
There was a problem hiding this comment.
Thanks @JosephLenton for this fix!
3fb8540 to
5f0221f
Compare
5f0221f to
6ca9fa2
Compare
|
Hey @blackmwk those changes are done. Please take another look when you have time! Btw whilst working on this I found a few items which I suspect to be bugs. I can add them as tickets later when I have time:
|
Which issue does this PR close?
Table Partitions work on writing with UUID values.
What changes are included in this PR?
PrimitiveLiteral::UInt128will now convert to aRawLiteralEnum::String, when the type is UUID.RawLiteralEnumfor UUID deserialisation.Are these changes tested?
I added: