@Test
 public void testRemoteColumns() throws Exception {
   CalciteAssert.hr()
       .with(REMOTE_CONNECTION_FACTORY)
       .metaData(GET_COLUMNS)
       .returns(CalciteAssert.checkResultContains("COLUMN_NAME=EMPNO"));
 }