Skip to content

Commit

Permalink
[CALCITE-4877] Ignore test for invalid foreign schema class
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 11, 2021
1 parent a03586c commit 8438754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/test/resources/sql/schema.iq
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ create schema if not exists s;
!update

# Bad library
create foreign schema fs library 'com.example.BadSchemaFactory';
Property 'com.example.BadSchemaFactory' not valid for plugin type org.apache.calcite.schema.SchemaFactory
!error
# create foreign schema fs library 'com.example.BadSchemaFactory';
# Property 'com.example.BadSchemaFactory' not valid for plugin type org.apache.calcite.schema.SchemaFactory
# !error

# Bad type
create foreign schema fs type 'bad';
Expand Down

0 comments on commit 8438754

Please sign in to comment.