Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-35175

Vector functions re-use JSON warnings

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • N/A
    • 11.7
    • Vector search
    • None

    Description

      From the severity perspective, the issue is of course trivial, but there is an "embarrassment factor" involved, so I'm filing it with high priority, to be fixed before the release. Feel free to demote.

      bb-11.6-MDEV-32887-vector eff6bc39fcb6e1f691fa08b153d9ea44b9f77b54

      MariaDB [test]> select VEC_FromText('x');
      +-------------------+
      | VEC_FromText('x') |
      +-------------------+
      | NULL              |
      +-------------------+
      1 row in set, 1 warning (0.001 sec)
       
      MariaDB [test]> show warnings;
      +---------+------+----------------------------------------------------------------------------------+
      | Level   | Code | Message                                                                          |
      +---------+------+----------------------------------------------------------------------------------+
      | Warning | 4038 | Syntax error in JSON text in argument 1 to function 'VEC_FromText' at position 1 |
      +---------+------+----------------------------------------------------------------------------------+
      1 row in set (0.000 sec)
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.