Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NOT_NULL constraint #4

Open
kaifeur opened this issue Apr 19, 2022 · 1 comment
Open

Support NOT_NULL constraint #4

kaifeur opened this issue Apr 19, 2022 · 1 comment
Labels
area/queryprocessor Query processor issues and requests enhancement New feature or request

Comments

@kaifeur
Copy link

kaifeur commented Apr 19, 2022

Currently there is no support for NOT_NULL constraint for columns so all columns are nullable.
It would be great to have non-nullable columns.

@serejkus
Copy link

See #5 (comment)

@fomichev3000 fomichev3000 added enhancement New feature or request area/queryprocessor Query processor issues and requests labels May 18, 2022
robot-piglet pushed a commit that referenced this issue Oct 20, 2023
…inter'

```
   #0 0x23d0d55b in GetSchemePrefixSize(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:111:11
    #1 0x23d0ce99 in GetSchemeHostAndPort(TBasicStringBuf<char, std::__y1::char_traits<char> >, bool, bool) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:173:31
    #2 0x23d0da8b in NUrl::SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:68:27
    #3 0x23d0da8b in SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >&, TBasicStringBuf<char, std::__y1::char_traits<char> >&) /hom
e/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:201:31
    #4 0x2c0d8715 in NReportSnippets::SplitGreenUrl(NSc::TValue&, TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arca
dia/search/web/util/report_snippets/report_snippets.cpp:50:5
    #5 0x2363d63b in (anonymous namespace)::TReportSnippetGenericContext::ProcessGrouping(TMetaGrouping&, TGroupingIndex const&, IMetaRearrangeContext::TRearrangeParams const&) /home/vmordovin/src/arcadia/fuse/a
rcadia/search/web/rearrange/rep_snip_generic/generic.cpp:129:21
...
```
Alnen added a commit to Alnen/ydb that referenced this issue Jan 31, 2024
Alnen added a commit to Alnen/ydb that referenced this issue Feb 16, 2024
robot-piglet pushed a commit that referenced this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/queryprocessor Query processor issues and requests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants