LiShuMing commented on a change in pull request #1431: [MINOR] Improve document 
in adapter.md
URL: https://github.com/apache/calcite/pull/1431#discussion_r319764305
 
 

 ##########
 File path: site/_docs/adapter.md
 ##########
 @@ -107,14 +107,14 @@ as implemented by Avatica's
 To make a connection to a single schema based on a built-in schema type, you 
don't need to specify
 a model. For example,
 
-  jdbc:calcite:schemaType=JDBC; schema.jdbcUser=SCOTT; 
schema.jdbcPassword=TIGER; schema.jdbcUrl=jdbc:hsqldb:res:foodmart
+  `jdbc:calcite:schemaType=JDBC; schema.jdbcUser=SCOTT; 
schema.jdbcPassword=TIGER; schema.jdbcUrl=jdbc:hsqldb:res:foodmart`
 
 creates a connection with a schema mapped via the JDBC schema adapter to the 
foodmart database.
 
 Similarly, you can connect to a single schema based on a user-defined schema 
adapter.
 For example,
 
-  
jdbc:calcite:schemaFactory=org.apache.calcite.adapter.cassandra.CassandraSchemaFactory;
 schema.host=localhost; schema.keyspace=twissandra
+  
`jdbc:calcite:schemaFactory=org.apache.calcite.adapter.cassandra.CassandraSchemaFactory;
 schema.host=localhost; schema.keyspace=twissandra`
 
 Review comment:
   Maybe I reset the codes here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to