This is an automated email from the ASF dual-hosted git repository.

mbudiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f5b761eee Remove conditional stream.iq execution
4f5b761eee is described below

commit 4f5b761eeeb7b0f1e0d32a1e870af9720455bb04
Author: Mihai Budiu <[email protected]>
AuthorDate: Fri Jun 7 15:43:51 2024 -0700

    Remove conditional stream.iq execution
    
    Signed-off-by: Mihai Budiu <[email protected]>
---
 core/src/test/resources/sql/stream.iq | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/src/test/resources/sql/stream.iq 
b/core/src/test/resources/sql/stream.iq
index f0ef3504f5..653632955d 100644
--- a/core/src/test/resources/sql/stream.iq
+++ b/core/src/test/resources/sql/stream.iq
@@ -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(
@@ -205,6 +204,3 @@ SELECT * FROM TABLE(SESSION((SELECT * FROM ORDERS), 
DESCRIPTOR(ROWTIME), DESCRIP
 (5 rows)
 
 !ok
-
-!}
-# End of fixed.calcite6282

Reply via email to