Skip to content

Commit

Permalink
Remove conditional stream.iq execution
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Budiu <[email protected]>
  • Loading branch information
mihaibudiu committed Jun 8, 2024
1 parent a7c1e8a commit 4f5b761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/test/resources/sql/stream.iq
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
!if (fixed.calcite6282) {
!use orinoco
!set outputformat mysql
SELECT * FROM TABLE(
Expand Down Expand Up @@ -205,6 +204,3 @@ SELECT * FROM TABLE(SESSION((SELECT * FROM ORDERS), DESCRIPTOR(ROWTIME), DESCRIP
(5 rows)

!ok

!}
# End of fixed.calcite6282

0 comments on commit 4f5b761

Please sign in to comment.