Omega359 commented on code in PR #22293:
URL: https://github.com/apache/datafusion/pull/22293#discussion_r3292943418
##########
datafusion/sqllogictest/test_files/string/string_literal.slt:
##########
@@ -391,6 +391,10 @@ SELECT repeat(arrow_cast('foo', 'Dictionary(Int32,
Utf8)'), 3)
----
foofoofoo
+query error DataFusion error: Execution error: string size overflow on repeat,
max size is 2147483647, but got 18446744073709551615
Review Comment:
Slight brittleness here, assumes 64bit machine.
--
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]