justbk2015 commented on issue #12804:
URL:
https://github.com/apache/shardingsphere/issues/12804#issuecomment-929812751
> @justbk2015 I also opened the mode test, and there is still no exception.
What is your metadata?
>
> ```yaml
> tables:
> t2:
> columns:
> tt:
> caseSensitive: false
> dataType: 4
> generated: false
> name: tt
> primaryKey: true
> data:
> caseSensitive: false
> dataType: 4
> generated: false
> name: data
> primaryKey: false
> indexes:
> primary:
> name: PRIMARY
> ```
```json
tables:
t1:
columns:
ds_id:
caseSensitive: true
dataType: 4
generated: false
name: ds_id
primaryKey: true
ts_id:
caseSensitive: true
dataType: 4
generated: false
name: ts_id
primaryKey: false
data:
caseSensitive: true
dataType: 12
generated: false
name: data
primaryKey: false
t2: {}
----------t2 is empty
--
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]