Skip to content

Commit

Permalink
[dev] plan.clj tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
FiV0 committed Jan 17, 2025
1 parent 7448d93 commit 38c1538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/clojure/xtdb/sql/plan.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@
(plan-statement "WITH foo AS (SELECT id FROM bar WHERE id = 5)
SELECT foo.id, baz.id
FROM foo, foo AS baz"
{:table-info {"bar" #{"id"}}}))
{:table-info {"public/bar" #{"id"}}}))

(defrecord SqlToStaticOpsVisitor [env scope arg-rows]
SqlVisitor
Expand Down

0 comments on commit 38c1538

Please # to comment.