korlov42 commented on code in PR #7303: URL: https://github.com/apache/ignite-3/pull/7303#discussion_r2650624640
########## modules/sql-engine-api/src/main/java/org/apache/ignite/internal/sql/engine/api/expressions/RowFactory.java: ########## @@ -15,7 +15,7 @@ * limitations under the License. */ -package org.apache.ignite.internal.sql.engine.exec; +package org.apache.ignite.internal.sql.engine.api.expressions; Review Comment: Right now they are used exclusively with expressions, and I'm not sure for what we may use these classes in other contexts. Anyways, this is internal api, we may change packet whatever we want -- 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]
