Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
[CALCITE-4953] Deprecate TableAccessMap class
Browse files Browse the repository at this point in the history
The TableAccessMap class is not used anywhere in the project, it is
untested, and hasn't received any real update since its addition in the
project in 2012.

Close apache#2675
  • Loading branch information
zabetak committed Jan 7, 2022
1 parent 6e2af02 commit cbda134
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@
/**
* <code>TableAccessMap</code> represents the tables accessed by a query plan,
* with READ/WRITE information.
*
* @deprecated As of 1.30.0, if you need to know how tables in a plan are accessed you are
* encouraged to implement your own logic (using a RelNode visitor or other). The class is not used
* anywhere in the project and remains untested thus it is deprecated.
*/
@Deprecated // to be removed before 2.0
public class TableAccessMap {
//~ Enums ------------------------------------------------------------------

Expand Down

0 comments on commit cbda134

Please sign in to comment.