baidu / tera

An Internet-Scale Database.
BSD 3-Clause "New" or "Revised" License
1.89k stars 437 forks source link

Scan on non-existent column family should fail earlier #1330

Open andoryu- opened 6 years ago

andoryu- commented 6 years ago

Scan on non-existent column family currently scan a whole tablet and then return empty results. Probably tablet node should check against table schema to detect non-existent column family earlier.