cli/src/importer.h (11 lines): - line 260: // TODO: add prefix parameter in config - line 304: // TODO: whether need to check duplicate values for primary key? - line 313: // TODO: check this - line 325: // TODO: check all fields in props - line 326: // TODO: add start_index in config - line 361: // TODO: add prefix parameter in config - line 368: // TODO: add prefix parameter in config - line 375: // TODO: add directed parameter in config - line 378: // TODO: whether prefix has default value? - line 435: // TODO: is needed? - line 459: // TODO: check all fields in props cli/src/main.cc (4 lines): - line 32: // TODO: check all the result values - line 120: // TODO: file may not exist - line 131: // TODO: change to unordered_set - line 142: // TODO: change to unordered_set cli/src/util.h (3 lines): - line 244: // TODO: must be equal - line 258: // TODO: use explicit schema - line 259: // TODO: use switch case cli/src/graphar_cli/config.py (2 lines): - line 21: from typing import Dict, List, Literal, Optional # TODO: move to the TYPE_CHECKING block - line 28: # TODO: move them to constants.py cpp/misc/cpplint.py (2 lines): - line 3611: _RE_PATTERN_TODO = re.compile(r'^//(\s*)TODO(\(.+?\))?:?(\s|$)?') - line 3637: # Checks for common mistakes in TODO comments. maven-projects/spark/datasources-35/src/main/scala/org/apache/spark/sql/graphar/GarWriteBuilder.scala (1 line): - line 152: // TODO: after partitioning is supported in V2: cli/src/graphar_cli/importer.py (1 line): - line 121: # TODO: Validate source columns maven-projects/spark/datasources-34/src/main/scala/org/apache/spark/sql/graphar/GarWriteBuilder.scala (1 line): - line 152: // TODO: after partitioning is supported in V2: pyspark/pyproject.toml (1 line): - line 33: pyspark = "3.5.1" # TODO: relax requirement when scala part will be available for multiple spark versions maven-projects/spark/datasources-32/src/main/scala/org/apache/spark/sql/graphar/GarWriteBuilder.scala (1 line): - line 149: // TODO: after partitioning is supported in V2: maven-projects/spark/datasources-33/src/main/scala/org/apache/spark/sql/graphar/GarWriteBuilder.scala (1 line): - line 151: // TODO: after partitioning is supported in V2: maven-projects/spark/graphar/src/main/scala/org/apache/graphar/example/GraphAr2Neo4j.scala (1 line): - line 109: // FIXME: use properties message in edge info cli/src/graphar_cli/logging.py (1 line): - line 19: from typing import Union # TODO: move to the TYPE_CHECKING block maven-projects/spark/graphar/src/main/scala/org/apache/graphar/util/FileSystem.scala (1 line): - line 58: // TODO: Make the hard-code setting to configurable