fixed regression

This commit is contained in:
2022-11-15 13:14:21 +08:00
parent 5b1e8063fb
commit b58503b83d
+1 -1
View File
@@ -426,7 +426,7 @@ class select_distinct(projection):
super().consume(node)
if self.has_postproc:
self.context.emitc(
f'{self.out_table.table_name}->distinct();'
f'{self.out_table.contextname_cpp}->distinct();'
)
self.finalize()