cgivre commented on issue #3014: URL: https://github.com/apache/drill/issues/3014#issuecomment-3200698546
@matteohexagon Have you tried running the query w/o the wildcard? For example: ```sql SELECT * FROM az.root.`prod-condenser-logs-1-day/2025/` LIMIT 10; ``` Drill's default behavior will be to query all the files in a directory so it is not really necessary to add the wildcard. Regardless, I've always used a single `*` when using a wildcard on a path and that has worked for me. -- 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]
