AMashenkov commented on code in PR #2145:
URL: https://github.com/apache/ignite-3/pull/2145#discussion_r1219198850
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/SqlSchemaManager.java:
##########
@@ -27,8 +28,11 @@
public interface SqlSchemaManager {
/**
* Returns a required schema if specified, or default schema otherwise.
+ *
+ * @param schema Schema name.
+ * @param ts Transaction timestamp to obtain the effective schema version.
*/
- SchemaPlus schema(@Nullable String schema);
+ SchemaPlus schema(@Nullable String schema, HybridTimestamp ts);
Review Comment:
https://github.com/apache/ignite-3/pull/2100/files#diff-553fb292f0a67df8a30b796566c1c5c42d2bb5022b353861a0cc40dd573fb6b7
--
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]