Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Set "SqlToRelConverter.ConfigBuilder#expand" default to false. Now the default "expand" in SqlToRelConverter.ConfigBuilder is true but in calcite's main process, actually, it is false( withExpand(THREAD_EXPAND.get()))
That leads we need to explicitly set withExpand to false when we use SqlToRelConverter.
So I think we should change the default to "false" in SqlToRelConverter.ConfigBuilder.
Attachments
Attachments
Issue Links
- is related to
-
CALCITE-1045 Decorrelate sub-queries in Project and Join
- Reopened
-
CALCITE-5127 Support correlation variables in Project
- Closed
- links to