matteohexagon commented on issue #3014:
URL: https://github.com/apache/drill/issues/3014#issuecomment-3206241908
Hi no problem,
yes i tried also witht he different workspaces and it doesn't work
```
org.apache.drill.common.exceptions.UserRemoteException: VALIDATION ERROR:
From line 1, column 15 to line 1, column 26: Object '*' not found within
'az.daily'
```
from the logs
```
2025-08-20 12:58:18,451 [175a3995-01d4-898d-357c-ff67db576691:foreman] INFO
o.a.drill.exec.work.foreman.Foreman - Query text for query with id
175a3995-01d4-898d-357c-ff67db576691 issued by anonymous: SELECT * FROM
az.daily.`*` LIMIT 10
2025-08-20 12:58:18,819 [175a3995-01d4-898d-357c-ff67db576691:foreman] INFO
o.a.d.e.p.s.conversion.SqlConverter - User Error Occurred: From line 1, column
15 to line 1, column 26: Object '*' not found within 'az.daily' (From line 1,
column 15 to line
1, column 26: Object '*' not found within 'az.daily')
org.apache.drill.common.exceptions.UserException: VALIDATION ERROR: From
line 1, column 15 to line 1, column 26: Object '*' not found within 'az.daily'
[Error Id: c5153dc8-daa0-43f7-be7b-a2a2b77dc821 ]
at
org.apache.drill.common.exceptions.UserException$Builder.build(UserException.java:688)
at
org.apache.drill.exec.planner.sql.conversion.SqlConverter.validate(SqlConverter.java:220)
at
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.validateNode(DefaultSqlHandler.java:662)
at
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.validateAndConvert(DefaultSqlHandler.java:198)
at
org.apache.drill.exec.planner.sql.handlers.DefaultSqlHandler.getPlan(DefaultSqlHandler.java:172)
at
org.apache.drill.exec.planner.sql.DrillSqlWorker.getQueryPlan(DrillSqlWorker.java:298)
at
org.apache.drill.exec.planner.sql.DrillSqlWorker.getPhysicalPlan(DrillSqlWorker.java:179)
at
org.apache.drill.exec.planner.sql.DrillSqlWorker.convertPlan(DrillSqlWorker.java:129)
at
org.apache.drill.exec.planner.sql.DrillSqlWorker.getPlan(DrillSqlWorker.java:94)
```
whereas the show files:
```
show files FROM az.daily;
```
<img width="2544" height="375" alt="Image"
src="https://github.com/user-attachments/assets/3e3ea263-ddd2-4666-9515-c2f8648c9912"
/>
--
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]