jacktengg commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1223610514
> > > How to reproduce the problem? I used the regression test case but it didn't reproduce. > > > > > > See Reproduce in issue > > <img alt="image" width="820" src="https://user-images.githubusercontent.com/21984011/185928196-4c788e8c-6562-4324-b05a-70679b71f22b.png"> > > I used the master [0c5b4ec](https://github.com/apache/doris/commit/0c5b4ecc7cc46e2b014bb1f4c909be04f736c54a) version, but still can't reproduce. 😅 Seems Release build runs OK, but the original code is problematic. I added log in function `convert_code` and tested as described in the issue, the log print: ``` I0823 13:00:11.292980 184748 column_dictionary.h:396] code: -1, ret code: 22005 I0823 13:00:11.292997 184748 column_dictionary.h:396] code: 0, ret code: 0 ``` The vector _code_convert_table is indexed with `-1` and the return value is random. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
