yanyzy commented on a change in pull request #3246: fix data mask for oracle
URL:
https://github.com/apache/incubator-shardingsphere/pull/3246#discussion_r334435246
##########
File path:
sharding-core/sharding-core-preprocessor/src/main/java/org/apache/shardingsphere/core/preprocessor/statement/impl/SelectSQLStatementContext.java
##########
@@ -177,4 +181,12 @@ private String getOrderItemText(final
TextOrderByItemSegment orderByItemSegment)
public boolean isSameGroupByAndOrderByItems() {
return !groupByContext.getItems().isEmpty() &&
groupByContext.getItems().equals(orderByContext.getItems());
}
+
+ /**
+ * the table metadata.
+ * @return table metadata
+ */
+ public TableMetas tableMetas() {
Review comment:
Sorry, i forgot to remove it.
----------------------------------------------------------------
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