houqp opened a new issue #1106: URL: https://github.com/apache/arrow-datafusion/issues/1106
**Describe the bug** We use simple random generator to create the temporary table names in https://github.com/apache/arrow-datafusion/blob/91a677c074e968be21fa4ef304de4b918dbb5a92/python/src/context.rs#L88. This doesn't provide enough entropy for uniqueness, which could lead to higher chance of collisions. **Expected behavior** Switch to a better scheme like UUID **Additional context** Follow up from https://github.com/apache/arrow-datafusion/pull/1078 -- 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]
