This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch sql-virtual-column-poc
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard d1d3f3f9b6 wip
discard b166cccdd9 fixup! Add partition column.
discard db732f974a Add tests.
discard 6e9374eb41 Add partition column.
discard 87999a1673 Add system column flag.
add 3fb6eda06b Add system column flag.
add 0d92261df6 Add partition column.
add 9a2879f882 Add tests.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d1d3f3f9b6)
\
N -- N -- N refs/heads/sql-virtual-column-poc (9a2879f882)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../internal/sql/engine/ItCreateTableDdlTest.java | 51 +++-------
.../sql/syscolumns/system_columns.test | 48 ++++++++++
.../engine/exec/ExecutableTableRegistryImpl.java | 2 +-
.../exec/ProjectedTableRowConverterImpl.java | 104 +++++++++++----------
.../sql/engine/exec/TableRowConverterFactory.java | 6 +-
.../engine/exec/TableRowConverterFactoryImpl.java | 30 ++++--
...ScannableDataSource.java => VirtualColumn.java} | 16 ++--
.../internal/sql/engine/rel/IgniteTableModify.java | 1 -
.../sql/engine/schema/ColumnDescriptor.java | 2 +-
.../sql/engine/schema/IgniteTableImpl.java | 6 +-
.../sql/engine/schema/SqlSchemaManagerImpl.java | 6 +-
.../sql/engine/schema/TableDescriptorImpl.java | 8 --
.../exec/ProjectedTableRowConverterSelfTest.java | 3 +-
.../sql/engine/exec/TableRowConverterSelfTest.java | 5 +-
.../internal/sql/engine/planner/PlannerTest.java | 14 ---
15 files changed, 164 insertions(+), 138 deletions(-)
create mode 100644
modules/sql-engine/src/integrationTest/sql/syscolumns/system_columns.test
copy
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/{ScannableDataSource.java
=> VirtualColumn.java} (77%)