You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/dq_file/part13/canondata/test.test_insert-keepmeta-nonstrict_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Table "Output" has non-strict schema, truncate with keep meta is not allowed
7
7
insert into plato.Output with (truncate, keepmeta)
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/dq_file/part14/canondata/test.test_insert-keepmeta-with_read_udf_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Table "Output" has udf remappers, truncate with keep meta is not allowed
7
7
insert into plato.Output with (truncate, keepmeta)
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/yt_native_file/part13/canondata/test.test_insert-keepmeta-nonstrict_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Table "Output" has non-strict schema, truncate with keep meta is not allowed
7
7
insert into plato.Output with (truncate, keepmeta)
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/yt_native_file/part14/canondata/test.test_insert-keepmeta-with_read_udf_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Table "Output" has udf remappers, truncate with keep meta is not allowed
7
7
insert into plato.Output with (truncate, keepmeta)
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/yt_native_file/part5/canondata/test.test_insert-keepmeta-proto_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Table "Output" has udf remappers, truncate with keep meta is not allowed
7
7
insert into plato.Output with (truncate, keepmeta)
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/sql/yt_native_file/part9/canondata/test.test_insert-keepmeta-view_fail-Results_/extracted
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
<tmp_path>/program.sql:<main>:3:42: Error: At function: YtWriteTable!
4
4
insert into plato.Output with (truncate, keepmeta)
5
5
^
6
-
<tmp_path>/program.sql:<main>:3:42: Error: Setting keepmeta is not accepted here
6
+
<tmp_path>/program.sql:<main>:3:42: Error: Modification of "Output" view is not supported
7
7
insert into plato.Output with (truncate, keepmeta)
0 commit comments