frankgh commented on code in PR #45:
URL: https://github.com/apache/cassandra-sidecar/pull/45#discussion_r1194431152
##########
src/main/java/org/apache/cassandra/sidecar/data/SchemaRequest.java:
##########
@@ -15,24 +15,34 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.cassandra.sidecar.common.data;
+package org.apache.cassandra.sidecar.data;
import org.jetbrains.annotations.Nullable;
/**
* Holder class for the {@link
org.apache.cassandra.sidecar.routes.SchemaHandler}
* request parameters
*/
-public class SchemaRequest extends QualifiedTableName
+public class SchemaRequest
Review Comment:
this is not really the payload, these are path params.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]