LadyForest commented on code in PR #208:
URL: https://github.com/apache/flink-table-store/pull/208#discussion_r918664592


##########
flink-table-store-spark/src/main/java/org/apache/flink/table/store/spark/SparkTable.java:
##########
@@ -61,4 +62,8 @@ public Set<TableCapability> capabilities() {
         capabilities.add(TableCapability.BATCH_READ);
         return capabilities;
     }
+
+    public TableSchema tableSchema() {

Review Comment:
   This method is never used?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to