goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
821 stars 108 forks source link

Unable to compile and the big query emulator from Go Program #58

Closed ravi-gopalan-1972 closed 2 years ago

ravi-gopalan-1972 commented 2 years ago

when i include the package for the big query emulator, i am getting the following error

github.com/goccy/go-zetasql/internal/ccall/go-absl/time/go_internal/cctz/time_zone

bind.cc:97:10: fatal error: 'absl/time/internal/cctz/include/cctz/time_zone.h' file not found

Any resolution for this would be greatly helpful. Thanks

goccy commented 2 years ago

@ravi-gopalan-1972 Please let me know the build environment. Possibly, but are you using a go mod vendor ?

ravi-gopalan-1972 commented 2 years ago

i am using go version go1.19.1 darwin/amd64 and i did a go mod vendor and my go.mod has an indirect reference to github.com/goccy/bigquery-emulator v0.1.16 and my system config is MacOS Monterey 12.3.1 Chip: Apple and memory 16GB

goccy commented 2 years ago

Thank you for the information. I understand ! This problem is caused by the combination of cgo and go mod vendor. I've fixed similar issues in the past ( https://github.com/goccy/go-graphviz/issues/28 ), so I'll fix this later

ravi-gopalan-1972 commented 2 years ago

@goccy please help me with the resolution for this as i am currently blocked in using this in my project. Any help would be greatly appreciated. Thanks

goccy commented 2 years ago

Good news ! I can confirm that this PR has fixed the problem in the my local environment.

goccy commented 2 years ago

This problem is fixed with v0.1.17 ! :)

goccy commented 2 years ago

@ravi-gopalan-1972 Please let me know if it works!

ravi-gopalan-1972 commented 2 years ago

hi @goccy, thanks for making the changes, it is working on my laptop but i am facing trouble integrating it with the CI build. The go build command is failing to compile with lot of errors

+build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:15,

  | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | bazel-out/darwin-fastbuild/bin/zetasql/parser/flex_tokenizer.flex.cc:22: warning: "yyFlexLexer" redefined   | +build | In file included from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/parser/bison_parser.h:28,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/parser/bison_parser.cc:17,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:15,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/parser/flex_tokenizer.h:38: note: this is the location of the previous definition   | +build | 38 | #define yyFlexLexer ZetaSqlFlexTokenizerBase   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:17,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/flex_tokenizer_base.inc:11: warning: "yyFlexLexer" redefined   | +build | 11 | #define yyFlexLexer ZetaSqlFlexTokenizerBase   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:15,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | bazel-out/darwin-fastbuild/bin/zetasql/parser/flex_tokenizer.flex.cc:22: note: this is the location of the previous definition   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:17,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/flex_tokenizer_base.inc:159: warning: "yyless" redefined   | +build | 159 | #define yyless(n) \   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:15,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | bazel-out/darwin-fastbuild/bin/zetasql/parser/flex_tokenizer.flex.cc:6337: note: this is the location of the previous definition   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:17,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/flex_tokenizer_base.inc:288: warning: "YY_DECL" redefined   | +build | 288 | #define YY_DECL int FlexTokenizer::yylex()   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:15,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | zetasql/parser/flex_tokenizer.l:93: note: this is the location of the previous definition   | +build | In file included from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/time/go_internal/cctz/time_zone/export.inc:14,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/time/time/export.inc:489,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/synchronization/kernel_timeout_internal/export.inc:6,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/synchronization/synchronization/export.inc:463,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/strings/cordz_handle/export.inc:53,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/strings/cordz_info/export.inc:94,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/strings/cord/export.inc:325,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/container/hash_function_defaults/export.inc:6,   | +build | from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-absl/container/flat_hash_map/export.inc:7,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/keywords/export.inc:40,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:218,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | bind_linux.go:32: warning: "GO_EXPORT" redefined   | +build | 32 | #define GO_EXPORT(API) exportzetasql ## API   | +build | |   | +build | bind.cc:1: note: this is the location of the previous definition   | +build | 1 | #define GO_EXPORT(def) exportzetasql ## def   | +build | |   | +build | In file included from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:18,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/icu/common/uniset.cpp:40: warning: "BACKSLASH" redefined   | +build | 40 | #define BACKSLASH ((UChar)0x005C) /*/   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:15: note: this is the location of the previous definition   | +build | 15 | #define BACKSLASH GO_EXPORT(uniset_BACKSLASH)   | +build | |   | +build | In file included from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:18,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/icu/common/uniset.cpp:42: warning: "UPPER_U" redefined   | +build | 42 | #define UPPER_U ((UChar)0x0055) /U/   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:16: note: this is the location of the previous definition   | +build | 16 | #define UPPER_U GO_EXPORT(uniset_UPPER_U)   | +build | |   | +build | In file included from /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:18,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/icu/common/uniset.cpp:43: warning: "LOWER_U" redefined   | +build | 43 | #define LOWER_U ((UChar)0x0075) /u/   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/utf_util/export.inc:51,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/error_helpers/export.inc:68,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/common/errors/export.inc:58,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:711,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/go-icu/icu/export.inc:17: note: this is the location of the previous definition   | +build | 17 | #define LOWER_U GO_EXPORT(uniset_LOWER_U)   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/analyzer/function_signature_matcher/export.inc:50,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/analyzer/resolver/export.inc:43,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/analyzer/anonymization_rewriter/export.inc:28,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/analyzer/all_rewriters/export.inc:16,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/analyzer/export.inc:180,   | +build | from bind.cc:4:   | +build | vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/coercer/export.inc:7: warning: "FCT" redefined   | +build | 7 | #define FCT GO_EXPORT(cast_FCT)   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/functions/date_time_util/export.inc:5,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/types/types/export.inc:1765,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/type/export.inc:61,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219,   | +build | from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser/export.inc:1317,   | +build | from bind.cc:3:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/public/functions/date_time_util.cc:606: note: this is the location of the previous definition   | +build | 606 | #define FCT(scale1, scale2) (scale1 10 + scale2)   | +build | |   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/simple_catalog/bridge.inc:3,   | +build | from bind.cc:21:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/public/sql_tvf.cc:31:12: error: conflicting declaration of 'const char zetasql::SQLTableValuedFunction::kSQLTableValuedFunctionGroup []' with 'C' linkage   | +build | 31 | const char SQLTableValuedFunction::kSQLTableValuedFunctionGroup[] =   | +build | | ^~~~~~   | +build | In file included from vendor/github.com/goccy/go-zetasql/internal/ccall/go-zetasql/public/simple_catalog/bridge.inc:2,   | +build | from bind.cc:21:   | +build | /app/vendor/github.com/goccy/go-zetasql/internal/ccall/zetasql/public/sql_tvf.h:51:21: note: previous declaration with 'C++' linkage   | +build | 51 | static const char kSQLTableValuedFunctionGroup[];   | +build | | ^~~~~~~~   | +build | cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-enum-compare-switch' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-macro-redefined' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-unknown-attributes' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-implicit-const-int-float-conversion' may have been intended to silence earlier diagnostics   | +build | cc1plus: note: unrecognized command-line option '-Wno-final-dtor-non-final-class' may have been intended to silence earlier diagnostics   | ongoing | +integration-tests (6 minutes ago), +lint (6 minutes ago) and 1 others   | +integration-tests | Command /bin/sh -c 'docker-compose exec -T -e LOG_LEVEL=warning server go test ./... -cover -coverpkg github.com/TriggerMail/txn-translation/modules/db/firestore,github.com/TriggerMail/txn-translation/modules/db/memorystore,github.com/TriggerMail/txn-translation/modules/mappings,github.com/TriggerMail/txn-translation/modules/translations,github.com/TriggerMail/txn-translation/modules/lookup/customerdata -coverprofile=cover.out' failed with exit code 137

not sure why this problem occurs, any help or suggestions to fix this would be great. Thanks

goccy commented 2 years ago

@ravi-gopalan-1972 The C++ compiler may be bad. go-zetasql requires clang++ to build but specified g++ ? Try setting the CXX environment variable to clang++ FYI: https://github.com/goccy/go-zetasql#prerequisites

ravi-gopalan-1972 commented 2 years ago

@goccy when i set the CGO_ENABLED: "1" and CXX: "clang++" in the docker-compose.yml, i got the following error:

ongoing | go build github.com/goccy/go-zetasql/internal/ccall/go-absl/time/go_internal/cctz/time_zone: clang++: exec: "clang++": executable file not found in $PATH

what steps needed to be added to get rid of this error?

goccy commented 2 years ago

This is a configuration issue on the CI side, so please install properly beforehand

"clang++": executable file not found in $PATH
Kanaga13579 commented 3 months ago

Hi @ravi-gopalan-1972 I am facing the same issue in GitHub Actions CI build. Could you please share how you resolved this issue?

Kanaga13579 commented 3 months ago

Hi @goccy, in GitHub actions workflow, the tests are being run in ubuntu distribution, I have set CGO_ENABLED: "1" and CXX: "clang++" and installed clang too, but still tests are failing.

# github.com/goccy/go-zetasql/internal/ccall/go-zetasql
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, int>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:346:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, int>' requested here
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:361:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, long>' requested here
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, unsigned int>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:376:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, unsigned int>' requested here
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'float' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, unsigned long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:391:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, unsigned long>' requested here
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<double, long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:464:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<double, long>' requested here
In file included from bind.cc:3:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<double, unsigned long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:494:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<double, unsigned long>' requested here
# github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, int>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:346:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, int>' requested here
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:361:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, long>' requested here
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, unsigned int>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:376:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, unsigned int>' requested here
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'float' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, unsigned long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:391:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, unsigned long>' requested here
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<double, long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:464:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<double, long>' requested here
In file included from bind.cc:120:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from /home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<double, unsigned long>' requested here
/home/runner/go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:494:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<double, unsigned long>' requested here
FAIL    ########/pkg/app/services [build failed]
make: *** [Makefile:8: tests] Error 1
FAIL
Error: Process completed with exit code 2.

Could you please help to resolve this issue?