Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
A query with a LIMIT clause against a table in a clone schema fails with UnsupportedOperationException.
The table is an instance of ArrayTable and its take(int) method, which is used to implement the limit, calls the usual DefaultQueryable.take implementation, which tries to build a parse tree rather than just doing the limit.
---------------- Imported from GitHub ----------------
Url: https://github.com/julianhyde/optiq/issues/96
Created by: julianhyde
Labels:
Created at: Mon Dec 02 18:11:44 CET 2013
State: closed