geserdugarov commented on PR #12796:
URL: https://github.com/apache/hudi/pull/12796#issuecomment-2659664104
Updated PR with optimized serde without any configuration by default. But
need to fix 4 failures:
> [ERROR] Failures:
[ERROR] TestInputFormat.testReadBaseAndLogFilesWithDeletes:254
Expected: is "[+I[id1, Danny, 24, 1970-01-01T00:00:00.001, par1], +I[id2,
Stephen, 34, 1970-01-01T00:00:00.002, par1], -D[id3, Julian, 53,
1970-01-01T00:00:00.003, par2], +I[id4, Fabian, 31, 1970-01-01T00:00:00.004,
par2], -D[id5, Sophia, 18, 1970-01-01T00:00:00.005, par3], +I[id6, Emma, 20,
1970-01-01T00:00:00.006, par3], +I[id7, Bob, 44, 1970-01-01T00:00:00.007,
par4], +I[id8, Han, 56, 1970-01-01T00:00:00.008, par4], -D[id9, Jane, 19,
1970-01-01T00:00:00.006, par3]]"
but: was "[+I[id1, Danny, 24, 1970-01-01T00:00:00.001, par1], +I[id2,
Stephen, 34, 1970-01-01T00:00:00.002, par1], +I[id4, Fabian, 31,
1970-01-01T00:00:00.004, par2], +I[id6, Emma, 20, 1970-01-01T00:00:00.006,
par3], +I[id7, Bob, 44, 1970-01-01T00:00:00.007, par4], +I[id8, Han, 56,
1970-01-01T00:00:00.008, par4]]"
[ERROR] TestInputFormat.testReadChangesMergedMOR:744
Expected: is "[-D[id1, Danny, 22, 1970-01-01T00:00:00.005, par1]]"
but: was "[-D[id1, null, null, null, null]]"
[ERROR] TestInputFormat.testReadChangesUnMergedMOR:773
Expected: is "[+I[id1, Danny, 19, 1970-01-01T00:00:00.001, par1], -U[id1,
Danny, 19, 1970-01-01T00:00:00.001, par1], +U[id1, Danny, 20,
1970-01-01T00:00:00.002, par1], -U[id1, Danny, 20, 1970-01-01T00:00:00.002,
par1], +U[id1, Danny, 21, 1970-01-01T00:00:00.003, par1], -U[id1, Danny, 21,
1970-01-01T00:00:00.003, par1], +U[id1, Danny, 22, 1970-01-01T00:00:00.004,
par1], -D[id1, Danny, 22, 1970-01-01T00:00:00.005, par1]]"
but: was "[+I[id1, Danny, 19, 1970-01-01T00:00:00.001, par1], -U[id1,
Danny, 19, 1970-01-01T00:00:00.001, par1], +U[id1, Danny, 20,
1970-01-01T00:00:00.002, par1], -U[id1, Danny, 20, 1970-01-01T00:00:00.002,
par1], +U[id1, Danny, 21, 1970-01-01T00:00:00.003, par1], -U[id1, Danny, 21,
1970-01-01T00:00:00.003, par1], +U[id1, Danny, 22, 1970-01-01T00:00:00.004,
par1]]"
[ERROR] TestInputFormat.testReadWithDeletesMOR:318
Expected: is "[+I[id1, Danny, 24, 1970-01-01T00:00:00.001, par1], +I[id2,
Stephen, 34, 1970-01-01T00:00:00.002, par1], -D[id3, Julian, 53,
1970-01-01T00:00:00.003, par2], -D[id5, Sophia, 18, 1970-01-01T00:00:00.005,
par3], -D[id9, Jane, 19, 1970-01-01T00:00:00.006, par3]]"
but: was "[+I[id1, Danny, 24, 1970-01-01T00:00:00.001, par1], +I[id2,
Stephen, 34, 1970-01-01T00:00:00.002, par1], -D[id3, null, null, null, null],
-D[id5, null, null, null, null], -D[id9, null, null, null, null]]"
[INFO]
[ERROR] Tests run: 362, Failures: 4, Errors: 0, Skipped: 0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]