James

Results 14 issues of James

Mv external p2 test case to p0.

dev/2.1.x

Support enable/disable auto analyze for table by setting table properties. ``` ALTER TABLE table_name SET ("auto_analyze_policy" = "enable"); ALTER TABLE table_name SET ("auto_analyze_policy" = "disable"); ALTER TABLE table_name SET ("auto_analyze_policy"...

Support get row count for JDBC external table by executing select count(1) from table. Return -1 when external table row count is unknown.

doing

Change auto analyze max width to 300.

reviewed
dev/2.1.x
dev/3.0.x