Igor Sapego created IGNITE-24982:
------------------------------------
Summary: Missing Header Files in C++ Client Distribution Causing
Compilation Failures
Key: IGNITE-24982
URL: https://issues.apache.org/jira/browse/IGNITE-24982
Project: Ignite
Issue Type: Bug
Components: platforms, thin client
Reporter: Igor Sapego
Assignee: Igor Sapego
Fix For: 3.1
Several header files referenced in the Ignite 3.x C++ client distribution are
missing, causing compilation failures. (See details)
The missing files and their references:
* ignite/common/binary_object.h → Included in
ignite/client/compute/job_execution.h
* ignite/client/detail/compute/job_target_type.h → Included in
ignite/client/compute/job_target.h
* ignite/common/detail/mpi.h → Included in ignite/common/big_integer.h
* ignite/client/ssl_mode.h → Included in
ignite/client/ignite_client_configuration.h
This issue causes compilation failure.
Steps to reproduce: Try to compile any program that includes any of the
affected headers.
Expected behaviour: Either the missing headers should be included in the
package, or the references should be removed or replaced if they are no longer
needed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)