ThanoshanMV commented on pull request #10759: URL: https://github.com/apache/shardingsphere/pull/10759#issuecomment-861010223
`inlineExternalTable` has `columnDefinition` and `inlineExternalTableProperties` has `externalTableDataProps` in the DMLStatement. Both `columnDefinition` and `externalTableDataProps` are in DDLStatement. Initially I was able to put `externalTableDataProps` in BaseRule but couldn't able to put `columnDefinition` as its `inlineConstraint` has `createIndex` rule:  I also agree on not to put DDLStatement in import. I've added `externalTableDataProps` in BaseRule. How can we specify `columnDefinition` in DMLStatement? -- 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]
