Skip to content

Commit 86f12be

Browse files
authored
Remove old Json UDF (used only in SQL v0). (#7492)
1 parent 909b15b commit 86f12be

File tree

10 files changed

+0
-243
lines changed

10 files changed

+0
-243
lines changed

ydb/apps/ydbd/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ PEERDIR(
5353
ydb/library/yql/udfs/common/hyperloglog
5454
ydb/library/yql/udfs/common/ip_base
5555
ydb/library/yql/udfs/common/knn
56-
ydb/library/yql/udfs/common/json
5756
ydb/library/yql/udfs/common/json2
5857
ydb/library/yql/udfs/common/math
5958
ydb/library/yql/udfs/common/pire

ydb/library/yql/udfs/common/json/json_udf.cpp

Lines changed: 0 additions & 120 deletions
This file was deleted.

ydb/library/yql/udfs/common/json/test/canondata/result.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

ydb/library/yql/udfs/common/json/test/canondata/test.test_Basic_/results.txt

Lines changed: 0 additions & 57 deletions
This file was deleted.

ydb/library/yql/udfs/common/json/test/cases/Basic.sql

Lines changed: 0 additions & 12 deletions
This file was deleted.

ydb/library/yql/udfs/common/json/test/ya.make

Lines changed: 0 additions & 13 deletions
This file was deleted.

ydb/library/yql/udfs/common/json/ya.make

Lines changed: 0 additions & 30 deletions
This file was deleted.

ydb/library/yql/udfs/common/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RECURSE(
88
histogram
99
hyperloglog
1010
ip_base
11-
json
1211
json2
1312
knn
1413
math

ydb/tools/query_replay/common_deps.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ SET(YDB_REPLAY_PEERDIRS
6969
ydb/library/yql/udfs/common/histogram
7070
ydb/library/yql/udfs/common/hyperloglog
7171
ydb/library/yql/udfs/common/hyperscan
72-
ydb/library/yql/udfs/common/json
7372
ydb/library/yql/udfs/common/json2
7473
ydb/library/yql/udfs/common/math
7574
ydb/library/yql/udfs/common/pire

ydb/tools/query_replay_yt/common_deps.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ SET(YDB_REPLAY_PEERDIRS
6868
ydb/library/yql/udfs/common/histogram
6969
ydb/library/yql/udfs/common/hyperloglog
7070
ydb/library/yql/udfs/common/hyperscan
71-
ydb/library/yql/udfs/common/json
7271
ydb/library/yql/udfs/common/json2
7372
ydb/library/yql/udfs/common/math
7473
ydb/library/yql/udfs/common/pire

0 commit comments

Comments
 (0)