meanother commented on issue #10491: URL: https://github.com/apache/ignite/issues/10491#issuecomment-1400429078
1) Create table `X`, fill it with data (or they are already there) 2) Create table saa_sv_rawdbo_dm_transactions_month, create index idx_fin_client (both entities are empty) 3) We fill the table saa_sv_rawdbo_dm_transactions_month with data - via ``` insert into saa_sv_rawdbo_dm_transactions_month select ... from X where condition ``` 4) we fall with an error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
