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

Enable date and time types support in vineyard-graph #1721

Merged
merged 2 commits into from
Jan 20, 2024

Fixes typecheck and dispatch in gar fragment loader

bdf1914
Select commit
Loading
Failed to load commit list.
Merged

Enable date and time types support in vineyard-graph #1721

Fixes typecheck and dispatch in gar fragment loader
bdf1914
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 20, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

Clones added
============
- modules/graph/writer/arrow_fragment_writer_impl.h  2
- modules/graph/fragment/property_graph_types.h  2
- modules/basic/ds/arrow_utils.cc  2
- modules/graph/fragment/graph_schema.cc  2
         

Clones removed
==============
+ modules/basic/ds/arrow.cc  -4
         

See the complete overview on Codacy

Annotations

Check notice on line 507 in python/vineyard/core/codegen/parsing.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/vineyard/core/codegen/parsing.py#L507

Consider merging these comparisons with 'in' by using 'attribute in ('shared', 'shared(optional)')'. Use a set instead if elements are hashable.