matteohexagon commented on issue #3014:
URL: https://github.com/apache/drill/issues/3014#issuecomment-3200808558
Hi thanks for the feedback, but yes the problem persists.
Query run:
```
SELECT * FROM az.root.`prod-condenser-logs-1-day/2025/` LIMIT 10;
```
web UI:
```
UserRemoteException : VALIDATION ERROR: From line 1, column 15 to
line 1, column 55: Object 'prod-condenser-logs-1-day/2025/' not found within
'az.root'
org.apache.drill.common.exceptions.UserRemoteException: VALIDATION ERROR:
From line 1, column 15 to line 1, column 55: Object
'prod-condenser-logs-1-day/2025/' not found within 'az.root'
```
log snippet:
```
2025-08-19 13:36:13,145 [175b8232-4550-7e92-b930-5d92195d2f3e:foreman] INFO
o.a.drill.exec.work.foreman.Foreman - Query text for query with id
175b8232-4550-7e92-b930-5d92195d2f3e issued by anonymous: SELECT * FROM
az.root.`prod-condenser-logs-1-day/2025/` LIMIT 10
2025-08-19 13:36:13,490 [175b8232-4550-7e92-b930-5d92195d2f3e:foreman] INFO
o.a.d.e.p.s.conversion.SqlConverter - User Error Occurred: From line 1, column
15 to line 1, column 55: Object 'prod-condenser-logs-1-day/2025/' not found
within 'az.root' (Fr
om line 1, column 15 to line 1, column 55: Object
'prod-condenser-logs-1-day/2025/' not found within 'az.root')
org.apache.drill.common.exceptions.UserException: VALIDATION ERROR: From
line 1, column 15 to line 1, column 55: Object
'prod-condenser-logs-1-day/2025/' not found within 'az.root'
[Error Id: 6181cb16-d6d1-47ba-91c8-ca5c79f574b3 ]
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)
[CUT]
```
--
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]